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>
This commit is contained in:
Paul Walmsley 2010-01-26 20:13:11 -07:00
parent 60c3f65191
commit d373019229
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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);