]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd5a9579f412fbb6580a1a6b940128bb365a8d51d
tree860a6e707a6f6e6828f9b513c324903dc5f8c106
parent4bbf8e1fa4be5416f025b6b0921f1e1da7a6e551
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]