Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtlwifi: rtl8192se: Remove sw.h header

It has one define, which is already defined in include from reg.h.
All the declared functions are not implemented anywhere, sw.c has
ones with similar names which are already static.

Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Amadeusz Sławiński and committed by
Kalle Valo
5b264083 fef8a2d9

-14
-1
drivers/net/wireless/realtek/rtlwifi/rtl8192se/sw.c
··· 11 11 #include "dm.h" 12 12 #include "fw.h" 13 13 #include "hw.h" 14 - #include "sw.h" 15 14 #include "trx.h" 16 15 #include "led.h" 17 16
-13
drivers/net/wireless/realtek/rtlwifi/rtl8192se/sw.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0 */ 2 - /* Copyright(c) 2009-2012 Realtek Corporation.*/ 3 - 4 - #ifndef __REALTEK_PCI92SE_SW_H__ 5 - #define __REALTEK_PCI92SE_SW_H__ 6 - 7 - #define EFUSE_MAX_SECTION 16 8 - 9 - int rtl92se_init_sw(struct ieee80211_hw *hw); 10 - void rtl92se_deinit_sw(struct ieee80211_hw *hw); 11 - void rtl92se_init_var_map(struct ieee80211_hw *hw); 12 - 13 - #endif