diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-05-14 11:28:43 +0200 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2012-05-14 18:13:15 +0200 |
commit | ca2ac5cc9548e954b295de16158a5a7e3b97873b (patch) | |
tree | 6b04754efe124761ac5a126c3d898923d4fa25c7 /arch/arm/mach-dove/common.c | |
parent | 4d72cef17bb71a63526b6219bc06b7f31d86dde1 (diff) |
Dove: Fix Section mismatch warnings
Add missing __init markups to GPIO and timer functions.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/mach-dove/common.c')
-rw-r--r-- | arch/arm/mach-dove/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index bda7aca04ca..42ab1e7c4ec 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c @@ -181,7 +181,7 @@ static int get_tclk(void) return 166666667; } -static void dove_timer_init(void) +static void __init dove_timer_init(void) { orion_time_init(BRIDGE_VIRT_BASE, BRIDGE_INT_TIMER1_CLR, IRQ_DOVE_BRIDGE, get_tclk()); |