Browse Source

b43: add 'struct b43_wl' missing declaration

'struct b43_wl' declaration is missing at 'leds.h'.
It should be declared to avoid getting some GCC warnings at 'b43_leds_unregister'.

Signed-off-by: Miguel Botón <mboton@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Miguel Boton 15 years ago
parent
commit
e6693eab35
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/net/wireless/b43/leds.h

+ 1 - 0
drivers/net/wireless/b43/leds.h

@@ -1,6 +1,7 @@
 #ifndef B43_LEDS_H_
 #define B43_LEDS_H_
 
+struct b43_wl;
 struct b43_wldev;
 
 #ifdef CONFIG_B43_LEDS