staging: rtl8188eu: remove unnecessary includes
authorMichael Straube <straube.linux@gmail.com>
Sat, 4 Aug 2018 14:35:43 +0000 (16:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 5 Aug 2018 14:23:28 +0000 (16:23 +0200)
In the header rtw_iol.h there is only one function declared.
Remove the include of rtw_iol.h from files that do not use
this function.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/mac_cfg.c
drivers/staging/rtl8188eu/hal/phy.c
drivers/staging/rtl8188eu/hal/usb_halinit.c
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c

index 8e849228f3760a6a0f1218bd3163960b7c713a77..370aa5cc55a7ab9e2cc92835011e6c498af3a9b4 100644 (file)
@@ -7,7 +7,6 @@
 
 #include "odm_precomp.h"
 #include "phy.h"
-#include <rtw_iol.h>
 
 /* MAC_REG.TXT */
 
index 0fe2d53310f0b839191630133a93b1836dea7874..3c7cf8720df810e8e6787a30ea3e57db2153d156 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <osdep_service.h>
 #include <drv_types.h>
-#include <rtw_iol.h>
 #include <rtl8188e_hal.h>
 #include <rf.h>
 #include <phy.h>
index 56fda8005d3893b3ed69476799251d82352ea58d..12864b648fa8c107e705d32dc43a5c8d705a7f7c 100644 (file)
@@ -11,7 +11,6 @@
 #include <rtw_efuse.h>
 #include <fw.h>
 #include <rtl8188e_hal.h>
-#include <rtw_iol.h>
 #include <phy.h>
 
 #define                HAL_BB_ENABLE           1
index 19387d87185da8d8fe8e7f88dd832b8aedb7dda2..bee3c3a7a7a999e00d2acb67c6340793ee003f08 100644 (file)
@@ -19,7 +19,6 @@
 #include <rtw_ioctl_set.h>
 #include <rtl8188e_hal.h>
 
-#include <rtw_iol.h>
 #include <linux/vmalloc.h>
 #include <linux/etherdevice.h>