Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3730192 authored by Paul Walmsley's avatar Paul Walmsley
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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);