diff options
Diffstat (limited to 'arch/arm/mach-omap1/clock_data.c')
-rw-r--r-- | arch/arm/mach-omap1/clock_data.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c index 4337586195af..28e58eb163f2 100644 --- a/arch/arm/mach-omap1/clock_data.c +++ b/arch/arm/mach-omap1/clock_data.c | |||
@@ -766,14 +766,6 @@ static struct omap_clk omap_clks[] = { | |||
766 | * init | 766 | * init |
767 | */ | 767 | */ |
768 | 768 | ||
769 | static struct clk_functions omap1_clk_functions = { | ||
770 | .clk_enable = omap1_clk_enable, | ||
771 | .clk_disable = omap1_clk_disable, | ||
772 | .clk_round_rate = omap1_clk_round_rate, | ||
773 | .clk_set_rate = omap1_clk_set_rate, | ||
774 | .clk_disable_unused = omap1_clk_disable_unused, | ||
775 | }; | ||
776 | |||
777 | static void __init omap1_show_rates(void) | 769 | static void __init omap1_show_rates(void) |
778 | { | 770 | { |
779 | pr_notice("Clocking rate (xtal/DPLL1/MPU): %ld.%01ld/%ld.%01ld/%ld.%01ld MHz\n", | 771 | pr_notice("Clocking rate (xtal/DPLL1/MPU): %ld.%01ld/%ld.%01ld/%ld.%01ld MHz\n", |
@@ -804,8 +796,6 @@ int __init omap1_clk_init(void) | |||
804 | if (!cpu_is_omap15xx()) | 796 | if (!cpu_is_omap15xx()) |
805 | omap_writew(0, SOFT_REQ_REG2); | 797 | omap_writew(0, SOFT_REQ_REG2); |
806 | 798 | ||
807 | clk_init(&omap1_clk_functions); | ||
808 | |||
809 | /* By default all idlect1 clocks are allowed to idle */ | 799 | /* By default all idlect1 clocks are allowed to idle */ |
810 | arm_idlect1_mask = ~0; | 800 | arm_idlect1_mask = ~0; |
811 | 801 | ||