ar71xx: GL.iNet AR300M family: correct LED definitions
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-gl-ar300m.c
index 2a2d2702bcc699f481d1e3595f29349a70fc8d6d..d10a91012926280391e0907df531a01e8073c00f 100644 (file)
@@ -29,7 +29,6 @@
 #include "machtypes.h"
 #include "pci.h"
 
-#define GL_AR300M_GPIO_LED_USB         2
 #define GL_AR300M_GPIO_LED_WLAN                14
 #define GL_AR300M_GPIO_LED_LAN         13
 #define GL_AR300M_GPIO_LED_SYSTEM      12
 
 static struct gpio_led gl_ar300m_leds_gpio[] __initdata = {
        {
-               .name = "gl-ar300m:green:usb",
-               .gpio = GL_AR300M_GPIO_LED_USB,
-               .active_low = 0,
-               .default_state = 1,
-       },
-       {
-               .name = "gl-ar300m:green:wlan",
+               .name = "gl-ar300m:red:wlan",
                .gpio = GL_AR300M_GPIO_LED_WLAN,
                .active_low = 1,
        },