summaryrefslogtreecommitdiff
path: root/arch/arm/mach-orion5x/common.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-05-10 15:59:44 +0200
committerAndrew Lunn <andrew@lunn.ch>2012-05-14 18:12:37 +0200
commitd2621b82c2e8d2e37100797448143bf6ae88d89f (patch)
treea02715af40497f6aec7e7829cafbf44d508cca6b /arch/arm/mach-orion5x/common.c
parent6ed272f245893f2278a9f5a59bacd857664c7d1f (diff)
Orion5x: Fix Section mismatch warnings
Wrongly placed __initdata, and missing __init caused these warnings. Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/mach-orion5x/common.c')
-rw-r--r--arch/arm/mach-orion5x/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c
index 24481666d2cd..e2e9db492d0c 100644
--- a/arch/arm/mach-orion5x/common.c
+++ b/arch/arm/mach-orion5x/common.c
@@ -205,7 +205,7 @@ int __init orion5x_find_tclk(void)
return 166666667;
}
-static void orion5x_timer_init(void)
+static void __init orion5x_timer_init(void)
{
orion5x_tclk = orion5x_find_tclk();