mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 00:08:50 +00:00
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>
This commit is contained in:
parent
d50bae33d1
commit
e6693eab35
@ -1,6 +1,7 @@
|
||||
#ifndef B43_LEDS_H_
|
||||
#define B43_LEDS_H_
|
||||
|
||||
struct b43_wl;
|
||||
struct b43_wldev;
|
||||
|
||||
#ifdef CONFIG_B43_LEDS
|
||||
|
Loading…
x
Reference in New Issue
Block a user