diff options
Diffstat (limited to 'arch/arm/mach-realview/realview_pb1176.c')
-rw-r--r-- | arch/arm/mach-realview/realview_pb1176.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-realview/realview_pb1176.c b/arch/arm/mach-realview/realview_pb1176.c index b1d7cafa1a6d..c0ff882c5cb8 100644 --- a/arch/arm/mach-realview/realview_pb1176.c +++ b/arch/arm/mach-realview/realview_pb1176.c | |||
@@ -32,7 +32,6 @@ | |||
32 | 32 | ||
33 | #include <mach/hardware.h> | 33 | #include <mach/hardware.h> |
34 | #include <asm/irq.h> | 34 | #include <asm/irq.h> |
35 | #include <asm/leds.h> | ||
36 | #include <asm/mach-types.h> | 35 | #include <asm/mach-types.h> |
37 | #include <asm/pmu.h> | 36 | #include <asm/pmu.h> |
38 | #include <asm/pgtable.h> | 37 | #include <asm/pgtable.h> |
@@ -375,10 +374,6 @@ static void __init realview_pb1176_init(void) | |||
375 | struct amba_device *d = amba_devs[i]; | 374 | struct amba_device *d = amba_devs[i]; |
376 | amba_device_register(d, &iomem_resource); | 375 | amba_device_register(d, &iomem_resource); |
377 | } | 376 | } |
378 | |||
379 | #ifdef CONFIG_LEDS | ||
380 | leds_event = realview_leds_event; | ||
381 | #endif | ||
382 | } | 377 | } |
383 | 378 | ||
384 | MACHINE_START(REALVIEW_PB1176, "ARM-RealView PB1176") | 379 | MACHINE_START(REALVIEW_PB1176, "ARM-RealView PB1176") |