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 baf382c5e776..21661ade885f 100644 --- a/arch/arm/mach-realview/realview_eb.c +++ b/arch/arm/mach-realview/realview_eb.c | |||
@@ -30,7 +30,6 @@ | |||
30 | 30 | ||
31 | #include <mach/hardware.h> | 31 | #include <mach/hardware.h> |
32 | #include <asm/irq.h> | 32 | #include <asm/irq.h> |
33 | #include <asm/leds.h> | ||
34 | #include <asm/mach-types.h> | 33 | #include <asm/mach-types.h> |
35 | #include <asm/pmu.h> | 34 | #include <asm/pmu.h> |
36 | #include <asm/pgtable.h> | 35 | #include <asm/pgtable.h> |
@@ -462,10 +461,6 @@ static void __init realview_eb_init(void) | |||
462 | struct amba_device *d = amba_devs[i]; | 461 | struct amba_device *d = amba_devs[i]; |
463 | amba_device_register(d, &iomem_resource); | 462 | amba_device_register(d, &iomem_resource); |
464 | } | 463 | } |
465 | |||
466 | #ifdef CONFIG_LEDS | ||
467 | leds_event = realview_leds_event; | ||
468 | #endif | ||
469 | } | 464 | } |
470 | 465 | ||
471 | MACHINE_START(REALVIEW_EB, "ARM-RealView EB") | 466 | MACHINE_START(REALVIEW_EB, "ARM-RealView EB") |