Skip to content

Commit

Permalink
[ARM] Kirkwood: make kirkwood_find_tclk() static
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
  • Loading branch information
Nicolas Pitre committed Mar 3, 2011
1 parent 9d3e1c5 commit 9b8ebfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-kirkwood/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ static void __init kirkwood_wdt_init(void)
****************************************************************************/
int kirkwood_tclk;

int __init kirkwood_find_tclk(void)
static int __init kirkwood_find_tclk(void)
{
u32 dev, rev;

Expand Down

0 comments on commit 9b8ebfe

Please sign in to comment.