diff options
Diffstat (limited to 'arch/arm/mach-realview/realview_eb.c')
-rw-r--r-- | arch/arm/mach-realview/realview_eb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-realview/realview_eb.c b/arch/arm/mach-realview/realview_eb.c index ce7747692c8b..d3b3cd216d64 100644 --- a/arch/arm/mach-realview/realview_eb.c +++ b/arch/arm/mach-realview/realview_eb.c | |||
@@ -31,7 +31,6 @@ | |||
31 | 31 | ||
32 | #include <mach/hardware.h> | 32 | #include <mach/hardware.h> |
33 | #include <asm/irq.h> | 33 | #include <asm/irq.h> |
34 | #include <asm/leds.h> | ||
35 | #include <asm/mach-types.h> | 34 | #include <asm/mach-types.h> |
36 | #include <asm/pgtable.h> | 35 | #include <asm/pgtable.h> |
37 | #include <asm/hardware/gic.h> | 36 | #include <asm/hardware/gic.h> |
@@ -463,10 +462,6 @@ static void __init realview_eb_init(void) | |||
463 | struct amba_device *d = amba_devs[i]; | 462 | struct amba_device *d = amba_devs[i]; |
464 | amba_device_register(d, &iomem_resource); | 463 | amba_device_register(d, &iomem_resource); |
465 | } | 464 | } |
466 | |||
467 | #ifdef CONFIG_LEDS | ||
468 | leds_event = realview_leds_event; | ||
469 | #endif | ||
470 | } | 465 | } |
471 | 466 | ||
472 | MACHINE_START(REALVIEW_EB, "ARM-RealView EB") | 467 | MACHINE_START(REALVIEW_EB, "ARM-RealView EB") |