aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2018-08-04 16:35:42 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-05 16:23:28 +0200
commitb5c7af4139f45495779257588ee87aaea6c1a60a (patch)
tree7c425e34262a4d6da8b1ceaa518e5df54da7ff97 /drivers/staging
parentstaging: rtl8188eu: remove unnecessary parentheses (diff)
downloadlinux-dev-b5c7af4139f45495779257588ee87aaea6c1a60a.tar.xz
linux-dev-b5c7af4139f45495779257588ee87aaea6c1a60a.zip
staging: rtl8188eu: remove redundant include
The header osdep_service.h is included from drv_types.h, so remove the redundant include. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_iol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_iol.h b/drivers/staging/rtl8188eu/include/rtw_iol.h
index f20b35e8d0a2..d713782d5cdc 100644
--- a/drivers/staging/rtl8188eu/include/rtw_iol.h
+++ b/drivers/staging/rtl8188eu/include/rtw_iol.h
@@ -7,7 +7,6 @@
#ifndef __RTW_IOL_H_
#define __RTW_IOL_H_
-#include <osdep_service.h>
#include <drv_types.h>
bool rtw_iol_applied(struct adapter *adapter);