]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/arm/mach-realview/realview_pba8.c
ARM: mach-realview and mach-versatile: retire custom LED code
[mirror_ubuntu-artful-kernel.git] / arch / arm / mach-realview / realview_pba8.c
index 59650174e6ed39e9c3bc9e44441beb48b22a4214..081cd72c090e01ad41a106f86267958bbb3a7505 100644 (file)
@@ -29,7 +29,6 @@
 #include <linux/io.h>
 
 #include <asm/irq.h>
-#include <asm/leds.h>
 #include <asm/mach-types.h>
 #include <asm/pmu.h>
 #include <asm/pgtable.h>
@@ -299,10 +298,6 @@ static void __init realview_pba8_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_PBA8, "ARM-RealView PB-A8")