kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/led.h
.. .. @@ -16,10 +16,12 @@ 16 16 17 17 #ifndef _BRCM_LED_H_ 18 18 #define _BRCM_LED_H_ 19 +20 +struct gpio_desc;21 +19 22 struct brcms_led { 20 23 char name[32]; 21 - unsigned gpio;22 - bool active_low;24 + struct gpio_desc *gpiod;23 25 }; 24 26 25 27 #ifdef CONFIG_BCMA_DRIVER_GPIO