staging: wilc1000: make mgmt_tx_cancel_wait static

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>
This commit is contained in:
Chaehyun Lim 2015-09-22 18:34:50 +09:00 committed by Greg Kroah-Hartman
parent 956d721197
commit 85c587a548

View 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;