Skip to content

Commit

Permalink
OMAP clock: resolve all remaining sparse warnings
Browse files Browse the repository at this point in the history
Resolve all remaining sparse warnings in the OMAP clock code.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
  • Loading branch information
Paul Walmsley committed Jan 29, 2010
1 parent 60c3f65 commit d373019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/plat-omap/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-omap/include/plat/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d373019

Please sign in to comment.