OSDN Git Service

staging: rtl8188eu: remove redundant includes
authorMichael Straube <straube.linux@gmail.com>
Sun, 29 Jul 2018 18:54:44 +0000 (20:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 30 Jul 2018 09:02:25 +0000 (11:02 +0200)
Both osdep_service.h and drv_types.h are included from hal_intf.h,
so remove the redundant includes from hal_intf.c.

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

index aaa1718..0baf4e6 100644 (file)
@@ -6,8 +6,6 @@
  ******************************************************************************/
 
 #define _HAL_INTF_C_
-#include <osdep_service.h>
-#include <drv_types.h>
 #include <hal_intf.h>
 
 uint    rtw_hal_init(struct adapter *adapt)