mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 00:07:40 +07:00
mwifiex: make function mwifiex_ret_pkt_aggr_ctrl static
function mwifiex_ret_pkt_aggr_ctrl can be made static as it does not need to be in global scope. Cleans up sparse warning: "symbol 'mwifiex_ret_pkt_aggr_ctrl' was not declared. Should it be static?" Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
5ea59db8a3
commit
292c333300
@ -1154,8 +1154,8 @@ static int mwifiex_ret_chan_region_cfg(struct mwifiex_private *priv,
|
||||
return 0;
|
||||
}
|
||||
|
||||
int mwifiex_ret_pkt_aggr_ctrl(struct mwifiex_private *priv,
|
||||
struct host_cmd_ds_command *resp)
|
||||
static int mwifiex_ret_pkt_aggr_ctrl(struct mwifiex_private *priv,
|
||||
struct host_cmd_ds_command *resp)
|
||||
{
|
||||
struct host_cmd_ds_pkt_aggr_ctrl *pkt_aggr_ctrl =
|
||||
&resp->params.pkt_aggr_ctrl;
|
||||
|
Loading…
Reference in New Issue
Block a user