]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
[ARM] pxa: move pwm.c to common plat-pxa directory
authorEric Miao <eric.miao@marvell.com>
Mon, 13 Apr 2009 08:28:02 +0000 (16:28 +0800)
committerEric Miao <eric.y.miao@gmail.com>
Fri, 5 Jun 2009 02:32:04 +0000 (10:32 +0800)
Signed-off-by: Eric Miao <eric.miao@marvell.com>
arch/arm/mach-pxa/Makefile
arch/arm/plat-pxa/Makefile
arch/arm/plat-pxa/pwm.c [moved from arch/arm/mach-pxa/pwm.c with 100% similarity]

index 4bcebf72074a2110473e2155ddfa7290cc7670f8..47d01572a04d87b8e555aba287c141b71c743c10 100644 (file)
@@ -15,7 +15,6 @@ endif
 
 # Generic drivers that other drivers may depend upon
 obj-$(CONFIG_PXA_SSP)          += ssp.o
-obj-$(CONFIG_HAVE_PWM)         += pwm.o
 
 # SoC-specific code
 obj-$(CONFIG_PXA25x)           += mfp-pxa2xx.o pxa2xx.o pxa25x.o
index 8f2c4c7fbd480ffc2318b4df7a6dc6c6cc710497..0264bfb0ca4f24254d59bc9cf5ff5e1a0f9bbdae 100644 (file)
@@ -7,3 +7,5 @@ obj-y   := dma.o
 obj-$(CONFIG_GENERIC_GPIO)     += gpio.o
 obj-$(CONFIG_PXA3xx)           += mfp.o
 obj-$(CONFIG_ARCH_MMP)         += mfp.o
+
+obj-$(CONFIG_HAVE_PWM)         += pwm.o