Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c2f69b1 authored by Ben Dooks's avatar Ben Dooks
Browse files

ARM: SAMSUNG: Move clock.c to arch/arm/plat-samsung



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: default avatarBen Dooks <ben-linux@fluff.org>
parent 682e2b7d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ obj- :=

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
+4 −0
Original line number Diff line number Diff line
@@ -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
+0 −0

File moved.