Skip to content

Commit

Permalink
ARM: SAMSUNG: Move clock.c to arch/arm/plat-samsung
Browse files Browse the repository at this point in the history
This is the core implementation of the clock code for all Samsung based
SoCs, so move it to arch/arm/plat-samsung (the clock.h file has already
been moved).

Since the file is built for every Samsung SoC, no changes are needed to the
Kconfig system.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Jan 15, 2010
1 parent 682e2b7 commit 2c2f69b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/plat-s3c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ obj- :=

# Core support for all Samsung SoCs

obj-y += init.o
obj-y += init.o
obj-y += time.o
obj-y += clock.o
obj-y += pwm-clock.o
obj-y += gpio.o
obj-y += gpio-config.o
Expand Down
4 changes: 4 additions & 0 deletions arch/arm/plat-samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ obj-m :=
obj-n := dummy.o
obj- :=

# Objects we always build independent of SoC choice

obj-y += clock.o

obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o
File renamed without changes.

0 comments on commit 2c2f69b

Please sign in to comment.