From: Hans de Goede Date: Mon, 10 Apr 2017 19:13:07 +0000 (+0200) Subject: staging: rtl8723bs: Add missing include to fix compile error X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~7901^2~196 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9ddf6e34ff6b56a4187bdc1b6335f46969f16b17;p=mirror_ubuntu-focal-kernel.git staging: rtl8723bs: Add missing include to fix compile error As reported by Stephen Rothwell when merging staging-next, drivers/staging/rtl8723bs/core/rtw_ieee80211.c does not compile due to of_get_property not being declared. Explicitly include to fix this compile error. Reported-by: Stephen Rothwell Signed-off-by: Hans de Goede Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/core/rtw_ieee80211.c b/drivers/staging/rtl8723bs/core/rtw_ieee80211.c index 4670e72368e5..7b37e085b793 100644 --- a/drivers/staging/rtl8723bs/core/rtw_ieee80211.c +++ b/drivers/staging/rtl8723bs/core/rtw_ieee80211.c @@ -16,7 +16,7 @@ #include #include - +#include u8 RTW_WPA_OUI_TYPE[] = { 0x00, 0x50, 0xf2, 1 }; u16 RTW_WPA_VERSION = 1;