diff options
-rw-r--r-- | net/mac80211/led.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/led.c b/net/mac80211/led.c index 4905eb8af572..14590332c81c 100644 --- a/net/mac80211/led.c +++ b/net/mac80211/led.c | |||
@@ -215,8 +215,8 @@ static void tpt_trig_timer(unsigned long data) | |||
215 | read_unlock(&tpt_trig->trig.leddev_list_lock); | 215 | read_unlock(&tpt_trig->trig.leddev_list_lock); |
216 | } | 216 | } |
217 | 217 | ||
218 | extern char *__ieee80211_create_tpt_led_trigger( | 218 | char *__ieee80211_create_tpt_led_trigger(struct ieee80211_hw *hw, |
219 | struct ieee80211_hw *hw, unsigned int flags, | 219 | unsigned int flags, |
220 | const struct ieee80211_tpt_blink *blink_table, | 220 | const struct ieee80211_tpt_blink *blink_table, |
221 | unsigned int blink_table_len) | 221 | unsigned int blink_table_len) |
222 | { | 222 | { |