From: Michael Straube Date: Sun, 29 Jul 2018 18:54:44 +0000 (+0200) Subject: staging: rtl8188eu: remove redundant includes X-Git-Tag: v4.19~371^2~185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=816f4a46e0b49b57da2c0e31e54a43cfd0afcd9f;p=platform%2Fkernel%2Flinux-rpi.git 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 --- 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)