Commit 06778b1c authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville

mac80211: remove stray extern

Somehow this snuck into my earlier patch, and
only now did I see a compiler warning:

net/mac80211/led.c:218:13: warning: function '__ieee80211_create_tpt_led_trigger' with external linkage has definition

Remove the stray extern.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 90fc4b3a
...@@ -215,8 +215,8 @@ static void tpt_trig_timer(unsigned long data) ...@@ -215,8 +215,8 @@ static void tpt_trig_timer(unsigned long data)
read_unlock(&tpt_trig->trig.leddev_list_lock); read_unlock(&tpt_trig->trig.leddev_list_lock);
} }
extern char *__ieee80211_create_tpt_led_trigger( char *__ieee80211_create_tpt_led_trigger(struct ieee80211_hw *hw,
struct ieee80211_hw *hw, unsigned int flags, unsigned int flags,
const struct ieee80211_tpt_blink *blink_table, const struct ieee80211_tpt_blink *blink_table,
unsigned int blink_table_len) unsigned int blink_table_len)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment