diff options
-rw-r--r-- | drivers/net/wireless/ath/ath5k/led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/led.c b/drivers/net/wireless/ath/ath5k/led.c index 19555fb79c9b..006f7716168e 100644 --- a/drivers/net/wireless/ath/ath5k/led.c +++ b/drivers/net/wireless/ath/ath5k/led.c | |||
@@ -78,7 +78,7 @@ void ath5k_led_enable(struct ath5k_softc *sc) | |||
78 | } | 78 | } |
79 | } | 79 | } |
80 | 80 | ||
81 | void ath5k_led_on(struct ath5k_softc *sc) | 81 | static void ath5k_led_on(struct ath5k_softc *sc) |
82 | { | 82 | { |
83 | if (!test_bit(ATH_STAT_LEDSOFT, sc->status)) | 83 | if (!test_bit(ATH_STAT_LEDSOFT, sc->status)) |
84 | return; | 84 | return; |