Commit 9745626b authored by Ben Dooks's avatar Ben Dooks

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: default avatarBen Dooks <ben-linux@fluff.org>
parent ed276849
...@@ -13,7 +13,6 @@ obj- := ...@@ -13,7 +13,6 @@ obj- :=
obj-y += init.o obj-y += init.o
obj-y += time.o obj-y += time.o
obj-y += pwm-clock.o
obj-y += gpio.o obj-y += gpio.o
obj-y += gpio-config.o obj-y += gpio-config.o
......
...@@ -12,5 +12,6 @@ obj- := ...@@ -12,5 +12,6 @@ obj- :=
# Objects we always build independent of SoC choice # Objects we always build independent of SoC choice
obj-y += clock.o obj-y += clock.o
obj-y += pwm-clock.o
obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o
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