aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/drv_types.h
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/include/drv_types.h
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/include/drv_types.h')
-rw-r--r--drivers/staging/rtl8188eu/include/drv_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h
index 4116051a9a65..3609a44ed078 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -34,7 +34,6 @@ struct qos_priv {
};
#include <rtw_mlme.h>
-#include <rtw_debug.h>
#include <rtw_rf.h>
#include <rtw_event.h>
#include <rtw_led.h>