Skip to content

Commit

Permalink
ARM: SAMSUNG: Move pwm-clock code into plat-samsung
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks committed Jan 15, 2010
1 parent ed27684 commit 9745626
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/plat-s3c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions arch/arm/plat-samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.

0 comments on commit 9745626

Please sign in to comment.