[POWERPC] init_decrementer_clockevent can be static __init
authorMilton Miller <miltonm@bga.com>
Fri, 14 Dec 2007 04:52:10 +0000 (15:52 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 20 Dec 2007 05:15:37 +0000 (16:15 +1100)
commitc481887f2b74f87f714e2b76b8b834e57912bd0a
tree1989c7c40eea6c6c1e9791d70155715ccd6c3243
parentd7cf0edb8f7d53bfc8b5e40893415d48656c0399
[POWERPC] init_decrementer_clockevent can be static __init

as its only called from time_init, which is __init.

Also remove unneeded forward declaration.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/time.c