rtw88: Make two functions static
authorYueHaibing <yuehaibing@huawei.com>
Sat, 28 Mar 2020 03:05:24 +0000 (11:05 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 14 Apr 2020 15:00:18 +0000 (18:00 +0300)
commitca2c6881dccabe00a38cda00ddcccb55e6abe245
tree13a101e8ac8e635b8ff7a84542d70a4a33ee7131
parent67f373122bcc5ee1b7b60e3c726b25f8e205da6b
rtw88: Make two functions static

Fix sparse warnings:

drivers/net/wireless/realtek/rtw88/fw.c:633:4: warning:
 symbol 'rtw_get_rsvd_page_probe_req_location' was not declared. Should it be static?
drivers/net/wireless/realtek/rtw88/fw.c:650:5: warning:
 symbol 'rtw_get_rsvd_page_probe_req_size' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200328030524.16032-1-yuehaibing@huawei.com
drivers/net/wireless/realtek/rtw88/fw.c