x86: platform: Fix section annotations
authorThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2009 06:42:26 +0000 (08:42 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2009 08:21:10 +0000 (10:21 +0200)
commit54e2603f1a85b9725aa13518d69148b6e7061aa9
tree45308c36dcb9a641135e4f62ec4e6342822b74eb
parente11dadabf443dc3101f28b74d8b9d56870a87db4
x86: platform: Fix section annotations

init_IRQ() and x86_late_time_init() are missing __init annotations.

The x86 platform ops variables are annotated, but the annotation needs
to be put between the variable name and the "=" of the initializer.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/irqinit.c
arch/x86/kernel/time.c
arch/x86/kernel/x86_init.c