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 <benniciemanuel78@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Emanuel Bennici 2019-03-17 19:31:05 +01:00 committed by Greg Kroah-Hartman
parent 0531d4c954
commit 93bb0b1b18

View File

@ -37,10 +37,6 @@ enum _NIC_VERSION {
#include <rtw_ht.h>
#ifdef CONFIG_INTEL_WIDI
#include <rtw_intel_widi.h>
#endif
#include <rtw_cmd.h>
#include <cmd_osdep.h>
#include <rtw_security.h>