|
@@ -63,6 +63,7 @@ void b43_leds_register(struct b43_wldev *dev);
|
|
|
void b43_leds_unregister(struct b43_wldev *dev);
|
|
|
void b43_leds_init(struct b43_wldev *dev);
|
|
|
void b43_leds_exit(struct b43_wldev *dev);
|
|
|
+void b43_leds_stop(struct b43_wldev *dev);
|
|
|
|
|
|
|
|
|
#else /* CONFIG_B43_LEDS */
|
|
@@ -84,6 +85,9 @@ static inline void b43_leds_init(struct b43_wldev *dev)
|
|
|
static inline void b43_leds_exit(struct b43_wldev *dev)
|
|
|
{
|
|
|
}
|
|
|
+static inline void b43_leds_stop(struct b43_wldev *dev)
|
|
|
+{
|
|
|
+}
|
|
|
#endif /* CONFIG_B43_LEDS */
|
|
|
|
|
|
#endif /* B43_LEDS_H_ */
|