summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2018-07-29 20:54:44 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-30 11:02:25 +0200
commit816f4a46e0b49b57da2c0e31e54a43cfd0afcd9f (patch)
treebc3b4d6feec12acee4f7ff7dc0442bf606f421ea /drivers/staging/rtl8188eu
parent30622c87c38e8a64a6b5a4e44c65079f6f2629a0 (diff)
downloadblackbird-obmc-linux-816f4a46e0b49b57da2c0e31e54a43cfd0afcd9f.tar.gz
blackbird-obmc-linux-816f4a46e0b49b57da2c0e31e54a43cfd0afcd9f.zip
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 <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/hal/hal_intf.c2
1 files changed, 0 insertions, 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 <osdep_service.h>
-#include <drv_types.h>
#include <hal_intf.h>
uint rtw_hal_init(struct adapter *adapt)
OpenPOWER on IntegriCloud