mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 06:16:46 +07:00
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:
parent
60c3f65191
commit
d373019229
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user