Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: prima2: move from arch/arm/mach to drivers/clk

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

authored by

Barry Song and committed by
Mike Turquette
bc0e489e 198678b0

+1 -1
-1
arch/arm/mach-prima2/Makefile
··· 1 1 obj-y := timer.o 2 2 obj-y += irq.o 3 - obj-y += clock.o 4 3 obj-y += rstc.o 5 4 obj-y += prima2.o 6 5 obj-y += rtciobrg.o
arch/arm/mach-prima2/clock.c drivers/clk/clk-prima2.c
+1
drivers/clk/Makefile
··· 10 10 obj-$(CONFIG_PLAT_SPEAR) += spear/ 11 11 obj-$(CONFIG_ARCH_U300) += clk-u300.o 12 12 obj-$(CONFIG_ARCH_INTEGRATOR) += versatile/ 13 + obj-$(CONFIG_ARCH_PRIMA2) += clk-prima2.o 13 14 14 15 # Chip specific 15 16 obj-$(CONFIG_COMMON_CLK_WM831X) += clk-wm831x.o