summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/include/rtw_rf.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2021-09-22 22:03:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-27 17:29:40 +0200
commit6d999c47403a2aefce22095532eec7f98d41b35a (patch)
tree64c2be085114ca8cd10ab87f62a69a098cf0e6a2 /drivers/staging/r8188eu/include/rtw_rf.h
parent548b78fe3b218edf1bf03552bf2fee9059883d82 (diff)
downloadlinux-6d999c47403a2aefce22095532eec7f98d41b35a.tar.bz2
staging: r8188eu: remove rtw_freq2ch()
Function rtw_freq2ch() is not used, remove it. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20210922200420.9693-18-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/include/rtw_rf.h')
-rw-r--r--drivers/staging/r8188eu/include/rtw_rf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/rtw_rf.h b/drivers/staging/r8188eu/include/rtw_rf.h
index 48129da9c93f..fadb141c6945 100644
--- a/drivers/staging/r8188eu/include/rtw_rf.h
+++ b/drivers/staging/r8188eu/include/rtw_rf.h
@@ -121,6 +121,5 @@ enum rt_rf_type_def {
};
u32 rtw_ch2freq(u32 ch);
-u32 rtw_freq2ch(u32 freq);
#endif /* _RTL8711_RF_H_ */