summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/timer_64.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2013-01-01 16:02:33 +0100
committerDavid S. Miller <davem@davemloft.net>2013-01-13 00:28:45 +0100
commitb7c13f76fda994284521f6ef996119c25282bdeb (patch)
treec30d2ab35dfa6f3013b0e663d1260c39db91ce1d /arch/sparc/include/asm/timer_64.h
parentsparc: Hook up finit_module syscall. (diff)
downloadlinux-b7c13f76fda994284521f6ef996119c25282bdeb.tar.xz
linux-b7c13f76fda994284521f6ef996119c25282bdeb.zip
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.h2
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 */