ar71xx: move leds-gpio device support into a spearate file
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / devices.h
index 1408629625513c266407a41c84ffe28c35159f58..3e4eaeb90b79881435a527e061ef92b11b25c81e 100644 (file)
@@ -14,7 +14,6 @@
 
 #include <asm/mach-ar71xx/platform.h>
 
-#include <linux/leds.h>
 #include <linux/gpio_buttons.h>
 #include <net/dsa.h>
 
@@ -40,10 +39,6 @@ void ar71xx_add_device_eth(unsigned int id) __init;
 
 void ar71xx_add_device_mdio(u32 phy_mask) __init;
 
-void ar71xx_add_device_leds_gpio(int id,
-                                unsigned num_leds,
-                                struct gpio_led *leds) __init;
-
 void ar71xx_add_device_gpio_buttons(int id,
                                    unsigned poll_interval,
                                    unsigned nbuttons,