aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/os_dep/ioctl_linux.c
diff options
context:
space:
mode:
authorPhillip Potter <phil@philpotter.co.uk>2022-05-19 23:10:47 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-05-20 01:16:35 +0200
commit6a31a95135da0bb2c5349e49e37d76e9909ab7ea (patch)
tree795dea939ab53697f8b69d30d992299499e98bd3 /drivers/staging/r8188eu/os_dep/ioctl_linux.c
parentstaging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan() (diff)
downloadlinux-dev-6a31a95135da0bb2c5349e49e37d76e9909ab7ea.tar.xz
linux-dev-6a31a95135da0bb2c5349e49e37d76e9909ab7ea.zip
staging: r8188eu: remove include/rtw_debug.h
Remove include/rtw_debug.h, as all it now has are: (1) A load of unused preprocessor definitions that expand to BIT(x) variants. (2) A preprocessor definition that expands to the name of the driver and is only used in one place inside a pr_info_once call in core/rtw_fw.c. It is now surplus to requirements after fixing up the few places that include the file. Signed-off-by: Phillip Potter <phil@philpotter.co.uk> Link: https://lore.kernel.org/r/20220519221047.6940-1-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/r8188eu/os_dep/ioctl_linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/os_dep/ioctl_linux.c b/drivers/staging/r8188eu/os_dep/ioctl_linux.c
index 9c1f576e067a..1b09462ca908 100644
--- a/drivers/staging/r8188eu/os_dep/ioctl_linux.c
+++ b/drivers/staging/r8188eu/os_dep/ioctl_linux.c
@@ -4,7 +4,6 @@
#include "../include/osdep_service.h"
#include "../include/drv_types.h"
#include "../include/wlan_bssdef.h"
-#include "../include/rtw_debug.h"
#include "../include/wifi.h"
#include "../include/rtw_mlme.h"
#include "../include/rtw_mlme_ext.h"