From: Larry Finger Date: Wed, 30 Sep 2015 15:20:47 +0000 (-0500) Subject: staging: rtl8188eu: Add missing include X-Git-Tag: Ubuntu-5.2.0-15.16~10376^2~1310 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b890d00e849384ed2529071ce4a8e51160de6055;p=mirror_ubuntu-eoan-kernel.git staging: rtl8188eu: Add missing include In commit 0a0796eb16f3, there is no include to mon.h, a newly created header file. This omission leads to the following Sparse warnings: CHECK drivers/staging/rtl8188eu/os_dep/mon.c drivers/staging/rtl8188eu/os_dep/mon.c:81:6: warning: symbol 'rtl88eu_mon_recv_hook' was not declared. Should it be static? drivers/staging/rtl8188eu/os_dep/mon.c:113:6: warning: symbol 'rtl88eu_mon_xmit_hook' was not declared. Should it be static? drivers/staging/rtl8188eu/os_dep/mon.c:167:19: warning: symbol 'rtl88eu_mon_init' was not declared. Should it be static? drivers/staging/rtl8188eu/os_dep/mon.c:188:6: warning: symbol 'rtl88eu_mon_deinit' was not declared. Should it be static? Signed-off-by: Larry Finger Cc: Jakub Sitnicki Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/os_dep/mon.c b/drivers/staging/rtl8188eu/os_dep/mon.c index 3dd3dc05fd53..63bb87593af0 100644 --- a/drivers/staging/rtl8188eu/os_dep/mon.c +++ b/drivers/staging/rtl8188eu/os_dep/mon.c @@ -20,6 +20,7 @@ #include #include #include +#include /** * unprotect_frame() - unset Protected flag and strip off IV and ICV/MIC