diff options
Diffstat (limited to 'drivers/clk/clk-bcm2835.c')
-rw-r--r-- | drivers/clk/clk-bcm2835.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/clk/clk-bcm2835.c b/drivers/clk/clk-bcm2835.c index 5fb4ff53d088..6b950ca8b711 100644 --- a/drivers/clk/clk-bcm2835.c +++ b/drivers/clk/clk-bcm2835.c | |||
@@ -20,14 +20,8 @@ | |||
20 | #include <linux/clk-provider.h> | 20 | #include <linux/clk-provider.h> |
21 | #include <linux/clkdev.h> | 21 | #include <linux/clkdev.h> |
22 | #include <linux/clk/bcm2835.h> | 22 | #include <linux/clk/bcm2835.h> |
23 | #include <linux/clk-provider.h> | ||
24 | #include <linux/of.h> | 23 | #include <linux/of.h> |
25 | 24 | ||
26 | static const struct of_device_id clk_match[] __initconst = { | ||
27 | { .compatible = "fixed-clock", .data = of_fixed_clk_setup, }, | ||
28 | { } | ||
29 | }; | ||
30 | |||
31 | /* | 25 | /* |
32 | * These are fixed clocks. They're probably not all root clocks and it may | 26 | * These are fixed clocks. They're probably not all root clocks and it may |
33 | * be possible to turn them on and off but until this is mapped out better | 27 | * be possible to turn them on and off but until this is mapped out better |
@@ -63,6 +57,4 @@ void __init bcm2835_init_clocks(void) | |||
63 | ret = clk_register_clkdev(clk, NULL, "20215000.uart"); | 57 | ret = clk_register_clkdev(clk, NULL, "20215000.uart"); |
64 | if (ret) | 58 | if (ret) |
65 | pr_err("uart1_pclk alias not registered\n"); | 59 | pr_err("uart1_pclk alias not registered\n"); |
66 | |||
67 | of_clk_init(clk_match); | ||
68 | } | 60 | } |