瀏覽代碼

[ARM] pxa: move pwm.c to common plat-pxa directory

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Eric Miao 16 年之前
父節點
當前提交
3852ac7113
共有 3 個文件被更改,包括 2 次插入1 次删除
  1. 0 1
      arch/arm/mach-pxa/Makefile
  2. 2 0
      arch/arm/plat-pxa/Makefile
  3. 0 0
      arch/arm/plat-pxa/pwm.c

+ 0 - 1
arch/arm/mach-pxa/Makefile

@@ -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

+ 2 - 0
arch/arm/plat-pxa/Makefile

@@ -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

+ 0 - 0
arch/arm/mach-pxa/pwm.c → arch/arm/plat-pxa/pwm.c