diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-omap/clock.c | 2 | ||||
-rw-r--r-- | arch/arm/plat-omap/include/plat/clock.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index e0f72f48b8b1..0ae27538385d 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c | |||
@@ -173,7 +173,7 @@ EXPORT_SYMBOL(clk_get_parent); | |||
173 | * OMAP specific clock functions shared between omap1 and omap2 | 173 | * OMAP specific clock functions shared between omap1 and omap2 |
174 | *-------------------------------------------------------------------------*/ | 174 | *-------------------------------------------------------------------------*/ |
175 | 175 | ||
176 | unsigned int __initdata mpurate; | 176 | int __initdata mpurate; |
177 | 177 | ||
178 | /* | 178 | /* |
179 | * By default we use the rate set by the bootloader. | 179 | * By default we use the rate set by the bootloader. |
diff --git a/arch/arm/plat-omap/include/plat/clock.h b/arch/arm/plat-omap/include/plat/clock.h index 896cedc923a7..e41313208125 100644 --- a/arch/arm/plat-omap/include/plat/clock.h +++ b/arch/arm/plat-omap/include/plat/clock.h | |||
@@ -123,7 +123,7 @@ struct clk_functions { | |||
123 | #endif | 123 | #endif |
124 | }; | 124 | }; |
125 | 125 | ||
126 | extern unsigned int mpurate; | 126 | extern int mpurate; |
127 | 127 | ||
128 | extern int clk_init(struct clk_functions *custom_clocks); | 128 | extern int clk_init(struct clk_functions *custom_clocks); |
129 | extern void clk_preinit(struct clk *clk); | 129 | extern void clk_preinit(struct clk *clk); |