Commit 71b289cc authored by Nishka Dasgupta's avatar Nishka Dasgupta Committed by Greg Kroah-Hartman

staging: wlan-ng: Remove function hfa384x_dowmem_async()

Remove unused function hfa384x_dowmem_async.
Issue found with Coccinelle.
Signed-off-by: default avatarNishka Dasgupta <nishkadg.linux@gmail.com>
Link: https://lore.kernel.org/r/20190712062807.9361-6-nishkadg.linux@gmail.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f2a82b09
...@@ -850,20 +850,6 @@ hfa384x_dowmem_wait(struct hfa384x *hw, ...@@ -850,20 +850,6 @@ hfa384x_dowmem_wait(struct hfa384x *hw,
page, offset, data, len, NULL, NULL, NULL); page, offset, data, len, NULL, NULL, NULL);
} }
static inline int
hfa384x_dowmem_async(struct hfa384x *hw,
u16 page,
u16 offset,
void *data,
unsigned int len,
ctlx_cmdcb_t cmdcb,
ctlx_usercb_t usercb, void *usercb_data)
{
return hfa384x_dowmem(hw, DOASYNC,
page, offset, data, len,
cmdcb, usercb, usercb_data);
}
/*---------------------------------------------------------------- /*----------------------------------------------------------------
* hfa384x_cmd_initialize * hfa384x_cmd_initialize
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment