+static struct gpio_led whr_g300n_leds_gpio[] __initdata = {
+ {
+ .name = "whr-g300n:red:diag",
+ .gpio = WHR_G300N_GPIO_LED_DIAG,
+ .active_low = 1,
+ }, {
+ .name = "whr-g300n:green:router",
+ .gpio = WHR_G300N_GPIO_LED_ROUTER,
+ .active_low = 1,
+ }, {
+ .name = "whr-g300n:amber:security",
+ .gpio = WHR_G300N_GPIO_LED_SECURITY,
+ .active_low = 1,
+ }
+};
+