diff options
Diffstat (limited to 'arch/arm/mach-omap2/clock.c')
-rw-r--r-- | arch/arm/mach-omap2/clock.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-omap2/clock.c b/arch/arm/mach-omap2/clock.c index 4ae4ccebced2..6124db5c37ae 100644 --- a/arch/arm/mach-omap2/clock.c +++ b/arch/arm/mach-omap2/clock.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/clk-provider.h> | 23 | #include <linux/clk-provider.h> |
24 | #include <linux/io.h> | 24 | #include <linux/io.h> |
25 | #include <linux/bitops.h> | 25 | #include <linux/bitops.h> |
26 | #include <linux/clk-private.h> | ||
27 | #include <asm/cpu.h> | 26 | #include <asm/cpu.h> |
28 | 27 | ||
29 | #include <trace/events/power.h> | 28 | #include <trace/events/power.h> |
@@ -633,21 +632,6 @@ const struct clk_hw_omap_ops clkhwops_wait = { | |||
633 | }; | 632 | }; |
634 | 633 | ||
635 | /** | 634 | /** |
636 | * omap_clocks_register - register an array of omap_clk | ||
637 | * @ocs: pointer to an array of omap_clk to register | ||
638 | */ | ||
639 | void __init omap_clocks_register(struct omap_clk oclks[], int cnt) | ||
640 | { | ||
641 | struct omap_clk *c; | ||
642 | |||
643 | for (c = oclks; c < oclks + cnt; c++) { | ||
644 | clkdev_add(&c->lk); | ||
645 | if (!__clk_init(NULL, c->lk.clk)) | ||
646 | omap2_init_clk_hw_omap_clocks(c->lk.clk); | ||
647 | } | ||
648 | } | ||
649 | |||
650 | /** | ||
651 | * omap2_clk_switch_mpurate_at_boot - switch ARM MPU rate by boot-time argument | 635 | * omap2_clk_switch_mpurate_at_boot - switch ARM MPU rate by boot-time argument |
652 | * @mpurate_ck_name: clk name of the clock to change rate | 636 | * @mpurate_ck_name: clk name of the clock to change rate |
653 | * | 637 | * |