diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index 2e9b3cb6e074..31cd4cc3c1b2 100644 --- a/drivers/net/wireless/ti/wl18xx/main.c +++ b/drivers/net/wireless/ti/wl18xx/main.c | |||
@@ -1098,7 +1098,7 @@ static struct ieee80211_sta_ht_cap wl18xx_mimo_ht_cap = { | |||
1098 | }, | 1098 | }, |
1099 | }; | 1099 | }; |
1100 | 1100 | ||
1101 | int __devinit wl18xx_probe(struct platform_device *pdev) | 1101 | static int __devinit wl18xx_probe(struct platform_device *pdev) |
1102 | { | 1102 | { |
1103 | struct wl1271 *wl; | 1103 | struct wl1271 *wl; |
1104 | struct ieee80211_hw *hw; | 1104 | struct ieee80211_hw *hw; |