Skip to content

Commit

Permalink
[ARM] S3C: Move pwm-clock.c to arch/arm/plat-s3c
Browse files Browse the repository at this point in the history
Move pwm-clock.c to arch/arm/plat-s3c
to be shared with the S3C64XX implementations.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Dec 15, 2008
1 parent adbefaa commit 93b4588
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion arch/arm/plat-s3c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ obj- :=

obj-y += init.o
obj-y += time.o
obj-y += clock.o
obj-y += clock.o
obj-y += pwm-clock.o
File renamed without changes.
1 change: 0 additions & 1 deletion arch/arm/plat-s3c24xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ obj-y += devs.o
obj-y += gpio.o
obj-y += gpiolib.o
obj-y += clock.o
obj-y += pwm-clock.o
obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o

# Architecture dependant builds
Expand Down

0 comments on commit 93b4588

Please sign in to comment.