From 816f4a46e0b49b57da2c0e31e54a43cfd0afcd9f Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Sun, 29 Jul 2018 20:54:44 +0200 Subject: [PATCH] staging: rtl8188eu: remove redundant includes 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 Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8188eu/hal/hal_intf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/rtl8188eu/hal/hal_intf.c b/drivers/staging/rtl8188eu/hal/hal_intf.c index aaa1718ca603..0baf4e616b6a 100644 --- a/drivers/staging/rtl8188eu/hal/hal_intf.c +++ b/drivers/staging/rtl8188eu/hal/hal_intf.c @@ -6,8 +6,6 @@ ******************************************************************************/ #define _HAL_INTF_C_ -#include -#include #include uint rtw_hal_init(struct adapter *adapt) -- 2.39.5