diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-01-02 21:22:38 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-07-02 21:39:00 +0200 |
commit | 17b2b4780f879a559b8dc96c170dd6df98fe9ab3 (patch) | |
tree | a7e7915adf0a94828811a72b8ab35e83fcdbabfd /arch/arm/plat-pxa/Makefile | |
parent | a4315e3c11f97ea0fa602184fa310161309657df (diff) | |
download | op-kernel-dev-17b2b4780f879a559b8dc96c170dd6df98fe9ab3.zip op-kernel-dev-17b2b4780f879a559b8dc96c170dd6df98fe9ab3.tar.gz |
pwm: Move PXA PWM driver to PWM framework
This commit moves the PXA PWM driver to the drivers/pwm subdirectory and
converts it to use the new PWM framework.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'arch/arm/plat-pxa/Makefile')
-rw-r--r-- | arch/arm/plat-pxa/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-pxa/Makefile b/arch/arm/plat-pxa/Makefile index f302d04..af8e484 100644 --- a/arch/arm/plat-pxa/Makefile +++ b/arch/arm/plat-pxa/Makefile @@ -8,5 +8,4 @@ obj-$(CONFIG_PXA3xx) += mfp.o obj-$(CONFIG_PXA95x) += mfp.o obj-$(CONFIG_ARCH_MMP) += mfp.o -obj-$(CONFIG_HAVE_PWM) += pwm.o obj-$(CONFIG_PXA_SSP) += ssp.o |