forked from Minki/linux
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:
parent
956d721197
commit
85c587a548
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user