]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/mach-realview/realview_eb.c
ARM: mach-realview and mach-versatile: retire custom LED code
[karo-tx-linux.git] / arch / arm / mach-realview / realview_eb.c
index baf382c5e77601957b2ef8982ccdd61552f9b2f2..21661ade885ffd7f29c4d7d223332777cf275ce6 100644 (file)
@@ -30,7 +30,6 @@
 
 #include <mach/hardware.h>
 #include <asm/irq.h>
-#include <asm/leds.h>
 #include <asm/mach-types.h>
 #include <asm/pmu.h>
 #include <asm/pgtable.h>
@@ -462,10 +461,6 @@ static void __init realview_eb_init(void)
                struct amba_device *d = amba_devs[i];
                amba_device_register(d, &iomem_resource);
        }
-
-#ifdef CONFIG_LEDS
-       leds_event = realview_leds_event;
-#endif
 }
 
 MACHINE_START(REALVIEW_EB, "ARM-RealView EB")