diff options
| author | Sam Ravnborg <sam@ravnborg.org> | 2013-01-01 16:02:33 +0100 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2013-01-12 15:28:45 -0800 |
| commit | b7c13f76fda994284521f6ef996119c25282bdeb (patch) | |
| tree | c30d2ab35dfa6f3013b0e663d1260c39db91ce1d /arch/sparc/include/asm/timer_64.h | |
| parent | 4e4d78f1c1a08f085a1972b9af92960af70a07c6 (diff) | |
sparc: remove __devinit, __devexit annotations
__devinit, __devexit annotations are nops - so drop them.
Likewise for __devexit_p.
Adjusted alignment of arguments when needed.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/timer_64.h')
| -rw-r--r-- | arch/sparc/include/asm/timer_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/timer_64.h b/arch/sparc/include/asm/timer_64.h index ef3c3682debf..01197d8215c4 100644 --- a/arch/sparc/include/asm/timer_64.h +++ b/arch/sparc/include/asm/timer_64.h @@ -24,7 +24,7 @@ struct sparc64_tick_ops { extern struct sparc64_tick_ops *tick_ops; extern unsigned long sparc64_get_clock_tick(unsigned int cpu); -extern void __devinit setup_sparc64_timer(void); +extern void setup_sparc64_timer(void); extern void __init time_init(void); #endif /* _SPARC64_TIMER_H */ |