Merge tag 'v4.3-rc3' into next
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-ks8695 / devices.c
index 73bd63812878548fcd1e7526ff3c5c22592a2664..47399bc3c024c1bdce49d19c08a59f41b982b0c8 100644 (file)
@@ -182,27 +182,6 @@ static void __init ks8695_add_device_watchdog(void)
 }
 
 
-/* --------------------------------------------------------------------
- *  LEDs
- * -------------------------------------------------------------------- */
-
-#if defined(CONFIG_LEDS)
-short ks8695_leds_cpu = -1;
-short ks8695_leds_timer = -1;
-
-void __init ks8695_init_leds(u8 cpu_led, u8 timer_led)
-{
-       /* Enable GPIO to access the LEDs */
-       gpio_direction_output(cpu_led, 1);
-       gpio_direction_output(timer_led, 1);
-
-       ks8695_leds_cpu   = cpu_led;
-       ks8695_leds_timer = timer_led;
-}
-#else
-void __init ks8695_init_leds(u8 cpu_led, u8 timer_led) {}
-#endif
-
 /* -------------------------------------------------------------------- */
 
 /*