rtlwifi: rtl8192ce: Make functions static & rm sw.h
authorAmadeusz Sławiński <amade@asmblr.net>
Mon, 23 Dec 2019 12:37:09 +0000 (13:37 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Sun, 26 Jan 2020 15:39:37 +0000 (17:39 +0200)
commitbe913e3f49ac943c230dca5de40974f3a5f7ae90
tree860a6e707a6f6e6828f9b513c324903dc5f8c106
parent5d3f9145f54ee81b33752f68285eb15ef644e08a
rtlwifi: rtl8192ce: Make functions static & rm sw.h

Some of functions which were exposed in sw.h, are only used in sw.c, so
just make them static. The rtl92c_init_var_map function is not defined
anywhere, while declared in sw.h. Two other functions are also declared
in phy.h (which is included in sw.c) and their definitions are in phy.c
Overall sw.h is unnecessary and can be removed.

Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtlwifi/rtl8192ce/sw.c
drivers/net/wireless/realtek/rtlwifi/rtl8192ce/sw.h [deleted file]