Skip to content

Commit 4f61d8e

Browse files
anholtbebarino
authored andcommitted
clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers.
clk-bcm2835.c predates the drivers under bcm/, but all the new BCM drivers are going in there so let's follow them. Signed-off-by: Eric Anholt <[email protected]> Acked-by: Stephen Warren <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6ff33f3 commit 4f61d8e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

drivers/clk/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ endif
1919
obj-$(CONFIG_MACH_ASM9260) += clk-asm9260.o
2020
obj-$(CONFIG_COMMON_CLK_AXI_CLKGEN) += clk-axi-clkgen.o
2121
obj-$(CONFIG_ARCH_AXXIA) += clk-axm5516.o
22-
obj-$(CONFIG_ARCH_BCM2835) += clk-bcm2835.o
2322
obj-$(CONFIG_COMMON_CLK_CDCE706) += clk-cdce706.o
2423
obj-$(CONFIG_ARCH_CLPS711X) += clk-clps711x.o
2524
obj-$(CONFIG_ARCH_EFM32) += clk-efm32gg.o

drivers/clk/bcm/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ obj-$(CONFIG_CLK_BCM_KONA) += clk-kona-setup.o
33
obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm281xx.o
44
obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm21664.o
55
obj-$(CONFIG_COMMON_CLK_IPROC) += clk-iproc-armpll.o clk-iproc-pll.o clk-iproc-asiu.o
6+
obj-$(CONFIG_ARCH_BCM2835) += clk-bcm2835.o
67
obj-$(CONFIG_ARCH_BCM_CYGNUS) += clk-cygnus.o
File renamed without changes.

0 commit comments

Comments
 (0)