summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/Makefile
diff options
context:
space:
mode:
authorPavel Skripkin <paskripkin@gmail.com>2021-09-17 09:18:31 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-17 16:40:25 +0200
commit06c38fef11bca4f112038f673c63d8ebe5426584 (patch)
treee26504678147c6abebdafd619f3d6c450bb0247b /drivers/staging/r8188eu/Makefile
parent9f5b245babc6cddeead37a2048b1b16aeed40fba (diff)
staging: r8188eu: remove core/rtw_io.c
There are only unused functions and macros and one function which can be open-coded. So, removed core/rtw_io.c at all, removed core/rtw_io.c from Makefile and open-coded rtw_init_io_priv Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Co-developed-by: Fabio M. De Francesco <fmdefrancesco@gmail.com> Signed-off-by: Fabio M. De Francesco <fmdefrancesco@gmail.com> Signed-off-by: Pavel Skripkin <paskripkin@gmail.com> Link: https://lore.kernel.org/r/20210917071837.10926-14-fmdefrancesco@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/r8188eu/Makefile')
-rw-r--r--drivers/staging/r8188eu/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/Makefile b/drivers/staging/r8188eu/Makefile
index aebaf29990fd..4ca48fe628fd 100644
--- a/drivers/staging/r8188eu/Makefile
+++ b/drivers/staging/r8188eu/Makefile
@@ -78,7 +78,6 @@ rtk_core := \
core/rtw_debug.o \
core/rtw_efuse.o \
core/rtw_ieee80211.o \
- core/rtw_io.o \
core/rtw_ioctl_set.o \
core/rtw_iol.o \
core/rtw_led.o \