From 260c0f73be312ab6207c9ec56e4fe0fb365c8ac3 Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Tue, 27 May 2014 15:28:09 +0530 Subject: [PATCH] staging: rtl8723au: Remove unneeded version.h inclusion in ioctl_cfg80211.c version.h inclusion is not needed as detected by versioncheck. Signed-off-by: Sachin Kamat Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c b/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c index 4528c95b8e67..0c9f5cebfb42 100644 --- a/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c +++ b/drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c @@ -20,7 +20,6 @@ #include #include "ioctl_cfg80211.h" -#include #define RTW_MAX_MGMT_TX_CNT 8 -- 2.39.2