Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Miguel Boton and committed by
John W. Linville
e6693eab d50bae33

+1
+1
drivers/net/wireless/b43/leds.h
··· 1 1 #ifndef B43_LEDS_H_ 2 2 #define B43_LEDS_H_ 3 3 4 + struct b43_wl; 4 5 struct b43_wldev; 5 6 6 7 #ifdef CONFIG_B43_LEDS