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 6ad5b4dbd33e..d9c128e6a73f 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> |
@@ -630,21 +629,6 @@ const struct clk_hw_omap_ops clkhwops_wait = { | |||
630 | }; | 629 | }; |
631 | 630 | ||
632 | /** | 631 | /** |
633 | * omap_clocks_register - register an array of omap_clk | ||
634 | * @ocs: pointer to an array of omap_clk to register | ||
635 | */ | ||
636 | void __init omap_clocks_register(struct omap_clk oclks[], int cnt) | ||
637 | { | ||
638 | struct omap_clk *c; | ||
639 | |||
640 | for (c = oclks; c < oclks + cnt; c++) { | ||
641 | clkdev_add(&c->lk); | ||
642 | if (!__clk_init(NULL, c->lk.clk)) | ||
643 | omap2_init_clk_hw_omap_clocks(c->lk.clk); | ||
644 | } | ||
645 | } | ||
646 | |||
647 | /** | ||
648 | * omap2_clk_switch_mpurate_at_boot - switch ARM MPU rate by boot-time argument | 632 | * omap2_clk_switch_mpurate_at_boot - switch ARM MPU rate by boot-time argument |
649 | * @mpurate_ck_name: clk name of the clock to change rate | 633 | * @mpurate_ck_name: clk name of the clock to change rate |
650 | * | 634 | * |