From 93bb0b1b18a386058d2c48aac3aef2da24c3893d Mon Sep 17 00:00:00 2001 From: Emanuel Bennici Date: Sun, 17 Mar 2019 19:31:05 +0100 Subject: [PATCH] staging: rtl8723bs: Remove Dead Include in include/drv_types.h `rtw_intel_widi.h` is never included due to CONFIG_INTEL_WIDI. This Patch removes the dead code. Signed-off-by: Emanuel Bennici Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8723bs/include/drv_types.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/staging/rtl8723bs/include/drv_types.h b/drivers/staging/rtl8723bs/include/drv_types.h index bafb2c30e7fb..d29cc18a0ecc 100644 --- a/drivers/staging/rtl8723bs/include/drv_types.h +++ b/drivers/staging/rtl8723bs/include/drv_types.h @@ -37,10 +37,6 @@ enum _NIC_VERSION { #include -#ifdef CONFIG_INTEL_WIDI -#include -#endif - #include #include #include -- 2.30.2