]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mwifiex: make function mwifiex_ret_pkt_aggr_ctrl static
authorColin Ian King <colin.king@canonical.com>
Fri, 2 Jun 2017 08:56:39 +0000 (09:56 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 13 Jun 2017 07:00:45 +0000 (10:00 +0300)
commit292c333300ec2a412902fa59aad5b365024384a5
tree10d0f2527037d9f37319cc3744f64d9cad2e3660
parent5ea59db8a375216e6c915c5586f556766673b5a7
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>
drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c