diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-19 11:53:06 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-19 11:53:06 -0700 |
| commit | 8b22c249e7de453961e4d253b19fc2a0bdd65d53 (patch) | |
| tree | df4be07322c1bee5aa47e283a15377843ca2b05e /arch/arm/mach-integrator/leds.c | |
| parent | 7df551254add79a445d2e47e8f849cef8fee6e38 (diff) | |
| parent | ea4423c3b6c1dbd116c91be876b3ad07067c77c8 (diff) | |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'arch/arm/mach-integrator/leds.c')
| -rw-r--r-- | arch/arm/mach-integrator/leds.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/leds.c b/arch/arm/mach-integrator/leds.c index d2c0ab21150..f1436e683b4 100644 --- a/arch/arm/mach-integrator/leds.c +++ b/arch/arm/mach-integrator/leds.c @@ -22,6 +22,8 @@ */ #include <linux/kernel.h> #include <linux/init.h> +#include <linux/smp.h> +#include <linux/spinlock.h> #include <asm/hardware.h> #include <asm/io.h> @@ -85,4 +87,4 @@ static int __init leds_init(void) return 0; } -__initcall(leds_init); +core_initcall(leds_init); |
