diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap1/clock_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c index 31fba077142c..8a85bbb6bb00 100644 --- a/arch/arm/mach-omap1/clock_data.c +++ b/arch/arm/mach-omap1/clock_data.c | |||
@@ -674,7 +674,7 @@ static struct omap_clk omap_clks[] = { | |||
674 | * init | 674 | * init |
675 | */ | 675 | */ |
676 | 676 | ||
677 | static struct clk_functions omap1_clk_functions __initdata = { | 677 | static struct clk_functions omap1_clk_functions = { |
678 | .clk_enable = omap1_clk_enable, | 678 | .clk_enable = omap1_clk_enable, |
679 | .clk_disable = omap1_clk_disable, | 679 | .clk_disable = omap1_clk_disable, |
680 | .clk_round_rate = omap1_clk_round_rate, | 680 | .clk_round_rate = omap1_clk_round_rate, |