summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wl18xx
diff options
context:
space:
mode:
authorArik Nemtsov <arik@wizery.com>2012-05-15 14:08:51 (GMT)
committerLuciano Coelho <coelho@ti.com>2012-06-05 14:16:08 (GMT)
commitd35dc739f6a0b3680a591bd4e831fd3afa912632 (patch)
treeb92e06911286ff4dd8ea4040160e328c66d073f1 /drivers/net/wireless/ti/wl18xx
parentb5d6d9b28ca1fac178e05f185ee38e9c0770e268 (diff)
downloadlinux-fsl-qoriq-d35dc739f6a0b3680a591bd4e831fd3afa912632.tar.xz
wlcore: fix sparse warnings related to static functions
The "static" modifier was mistakenly forgotten for some functions. Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx')
-rw-r--r--drivers/net/wireless/ti/wl18xx/main.c2
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 2e9b3cb..31cd4cc 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 = {
},
};
-int __devinit wl18xx_probe(struct platform_device *pdev)
+static int __devinit wl18xx_probe(struct platform_device *pdev)
{
struct wl1271 *wl;
struct ieee80211_hw *hw;