aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
diff options
context:
space:
mode:
authorGravatar Phillip Potter <phil@philpotter.co.uk> 2021-06-25 01:07:56 +0100
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-06-25 09:03:51 +0200
commit4420fa312826b41f3f8150a30a204ab1c45dae8d (patch)
treee815d7edf86dab0aba3032514b961bfebe58cc55 /drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
parentstaging: rtl8188eu: remove GlobalDebugLevel variable (diff)
downloadlinux-4420fa312826b41f3f8150a30a204ab1c45dae8d.tar.gz
linux-4420fa312826b41f3f8150a30a204ab1c45dae8d.tar.bz2
linux-4420fa312826b41f3f8150a30a204ab1c45dae8d.zip
staging: rtl8188eu: remove include/rtw_debug.h header
Remove include/rtw_debug.h header file, as this isn't used and gets rid of the various other definitions we don't need. Also move the DRIVERVERSION constant value directly to os_dep/os_intfs.c as it is only used there anyway. This results in removal of more unnecessary code. Signed-off-by: Phillip Potter <phil@philpotter.co.uk> Link: https://lore.kernel.org/r/20210625000756.6313-24-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/os_dep/ioctl_linux.c')
-rw-r--r--drivers/staging/rtl8188eu/os_dep/ioctl_linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c b/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
index c1e2f9829367..b958a8d882b0 100644
--- a/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
+++ b/drivers/staging/rtl8188eu/os_dep/ioctl_linux.c
@@ -11,7 +11,6 @@
#include <osdep_service.h>
#include <drv_types.h>
#include <wlan_bssdef.h>
-#include <rtw_debug.h>
#include <wifi.h>
#include <rtw_mlme.h>
#include <rtw_mlme_ext.h>