diff options
author | Paul Walmsley <paul@pwsan.com> | 2010-01-26 22:13:11 -0500 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-01-29 12:14:22 -0500 |
commit | d3730192294c1c98b17a67aadbbdc4c28ad05c6e (patch) | |
tree | 775324c57747f268848dc99ef2b68f15da83fc78 /arch/arm/plat-omap/clock.c | |
parent | 60c3f65191d077dc4f69fca8eca39fb47f72d8b0 (diff) |
OMAP clock: resolve all remaining sparse warnings
Resolve all remaining sparse warnings in the OMAP clock code.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/plat-omap/clock.c')
-rw-r--r-- | arch/arm/plat-omap/clock.c | 2 |
1 files changed, 1 insertions, 1 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. |