diff options
Diffstat (limited to 'drivers/net/wireless/b43/leds.h')
-rw-r--r-- | drivers/net/wireless/b43/leds.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43/leds.h b/drivers/net/wireless/b43/leds.h index 9592e4c5a5f5..32b66d53cdac 100644 --- a/drivers/net/wireless/b43/leds.h +++ b/drivers/net/wireless/b43/leds.h | |||
@@ -1,6 +1,7 @@ | |||
1 | #ifndef B43_LEDS_H_ | 1 | #ifndef B43_LEDS_H_ |
2 | #define B43_LEDS_H_ | 2 | #define B43_LEDS_H_ |
3 | 3 | ||
4 | struct b43_wl; | ||
4 | struct b43_wldev; | 5 | struct b43_wldev; |
5 | 6 | ||
6 | #ifdef CONFIG_B43_LEDS | 7 | #ifdef CONFIG_B43_LEDS |
@@ -60,7 +61,7 @@ enum b43_led_behaviour { | |||
60 | }; | 61 | }; |
61 | 62 | ||
62 | void b43_leds_register(struct b43_wldev *dev); | 63 | void b43_leds_register(struct b43_wldev *dev); |
63 | void b43_leds_unregister(struct b43_wldev *dev); | 64 | void b43_leds_unregister(struct b43_wl *wl); |
64 | void b43_leds_init(struct b43_wldev *dev); | 65 | void b43_leds_init(struct b43_wldev *dev); |
65 | void b43_leds_exit(struct b43_wldev *dev); | 66 | void b43_leds_exit(struct b43_wldev *dev); |
66 | void b43_leds_stop(struct b43_wldev *dev); | 67 | void b43_leds_stop(struct b43_wldev *dev); |
@@ -76,7 +77,7 @@ struct b43_leds { | |||
76 | static inline void b43_leds_register(struct b43_wldev *dev) | 77 | static inline void b43_leds_register(struct b43_wldev *dev) |
77 | { | 78 | { |
78 | } | 79 | } |
79 | static inline void b43_leds_unregister(struct b43_wldev *dev) | 80 | static inline void b43_leds_unregister(struct b43_wl *wl) |
80 | { | 81 | { |
81 | } | 82 | } |
82 | static inline void b43_leds_init(struct b43_wldev *dev) | 83 | static inline void b43_leds_init(struct b43_wldev *dev) |