Browse Source

ARM: SAMSUNG: Move pwm-clock code into plat-samsung

Move the code for the pwm-clock into plat-samsung, as it is common to
all Samsung SoCs.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Ben Dooks 15 years ago
parent
commit
9745626b65
3 changed files with 1 additions and 1 deletions
  1. 0 1
      arch/arm/plat-s3c/Makefile
  2. 1 0
      arch/arm/plat-samsung/Makefile
  3. 0 0
      arch/arm/plat-samsung/pwm-clock.c

+ 0 - 1
arch/arm/plat-s3c/Makefile

@@ -13,7 +13,6 @@ obj-				:=
 
 obj-y				+= init.o
 obj-y				+= time.o
-obj-y				+= pwm-clock.o
 obj-y				+= gpio.o
 obj-y				+= gpio-config.o
 

+ 1 - 0
arch/arm/plat-samsung/Makefile

@@ -12,5 +12,6 @@ obj-				:=
 # Objects we always build independent of SoC choice
 
 obj-y				+= clock.o
+obj-y				+= pwm-clock.o
 
 obj-$(CONFIG_SAMSUNG_CLKSRC)	+= clock-clksrc.o

+ 0 - 0
arch/arm/plat-s3c/pwm-clock.c → arch/arm/plat-samsung/pwm-clock.c