Commit d3730192 authored by Paul Walmsley's avatar Paul Walmsley

OMAP clock: resolve all remaining sparse warnings

Resolve all remaining sparse warnings in the OMAP clock code.
Signed-off-by: default avatarPaul Walmsley <paul@pwsan.com>
parent 60c3f651
......@@ -173,7 +173,7 @@ EXPORT_SYMBOL(clk_get_parent);
* OMAP specific clock functions shared between omap1 and omap2
*-------------------------------------------------------------------------*/
unsigned int __initdata mpurate;
int __initdata mpurate;
/*
* By default we use the rate set by the bootloader.
......
......@@ -123,7 +123,7 @@ struct clk_functions {
#endif
};
extern unsigned int mpurate;
extern int mpurate;
extern int clk_init(struct clk_functions *custom_clocks);
extern void clk_preinit(struct clk *clk);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment