staging: wilc1000: make mgmt_tx_cancel_wait static
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 22 Sep 2015 09:34:50 +0000 (18:34 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 00:29:50 +0000 (02:29 +0200)
This patch makes mgmt_tx_cancel_wait static. This function is used only
at wilc_wfi_cfgoperation.c file.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

index da04e50..0c72c5e 100644 (file)
@@ -2505,9 +2505,9 @@ int mgmt_tx(struct wiphy *wiphy,
        return s32Error;
 }
 
-int mgmt_tx_cancel_wait(struct wiphy *wiphy,
-                       struct wireless_dev *wdev,
-                       u64 cookie)
+static int mgmt_tx_cancel_wait(struct wiphy *wiphy,
+                              struct wireless_dev *wdev,
+                              u64 cookie)
 {
        struct wilc_priv *priv;
        tstrWILC_WFIDrv *pstrWFIDrv;