Commit 93b45885 authored by Ben Dooks's avatar Ben Dooks

[ARM] S3C: Move pwm-clock.c to arch/arm/plat-s3c

Move pwm-clock.c to arch/arm/plat-s3c
to be shared with the S3C64XX implementations.
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent adbefaa5
...@@ -13,4 +13,5 @@ obj- := ...@@ -13,4 +13,5 @@ obj- :=
obj-y += init.o obj-y += init.o
obj-y += time.o obj-y += time.o
obj-y += clock.o obj-y += clock.o
\ No newline at end of file obj-y += pwm-clock.o
\ No newline at end of file
...@@ -18,7 +18,6 @@ obj-y += devs.o ...@@ -18,7 +18,6 @@ obj-y += devs.o
obj-y += gpio.o obj-y += gpio.o
obj-y += gpiolib.o obj-y += gpiolib.o
obj-y += clock.o obj-y += clock.o
obj-y += pwm-clock.o
obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o obj-$(CONFIG_S3C24XX_DCLK) += clock-dclk.o
# Architecture dependant builds # Architecture dependant builds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment