提交 d3730192 编写于 作者: P Paul Walmsley

OMAP clock: resolve all remaining sparse warnings

Resolve all remaining sparse warnings in the OMAP clock code.
Signed-off-by: NPaul Walmsley <paul@pwsan.com>
上级 60c3f651
...@@ -173,7 +173,7 @@ EXPORT_SYMBOL(clk_get_parent); ...@@ -173,7 +173,7 @@ EXPORT_SYMBOL(clk_get_parent);
* OMAP specific clock functions shared between omap1 and omap2 * 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. * By default we use the rate set by the bootloader.
......
...@@ -123,7 +123,7 @@ struct clk_functions { ...@@ -123,7 +123,7 @@ struct clk_functions {
#endif #endif
}; };
extern unsigned int mpurate; extern int mpurate;
extern int clk_init(struct clk_functions *custom_clocks); extern int clk_init(struct clk_functions *custom_clocks);
extern void clk_preinit(struct clk *clk); extern void clk_preinit(struct clk *clk);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册