commit | a3cda3c363ca747758a3bcc6fc23529003a1c983 | [log] [tgz] |
---|---|---|
author | Amadeusz Sławiński <amade@asmblr.net> | Mon Dec 23 13:37:10 2019 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Sun Jan 26 17:39:38 2020 +0200 |
tree | 1f9ae61e4876c1e9a9e302968efc7f9f4375e1d1 | |
parent | be913e3f49ac943c230dca5de40974f3a5f7ae90 [diff] |
rtlwifi: rtl8192cu: Remove sw.h header It has one define, which is already defined in include from reg.h. All functions are declared in their own headers and included in *.c files belonging to them. This makes sw.h unnecessary, so we can remove it. Signed-off-by: Amadeusz Sławiński <amade@asmblr.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>