From: Max Vozeler Date: Sat, 30 Aug 2014 13:06:30 +0000 (+0200) Subject: staging: rtl8188eu: Add missing include to pick up prototype X-Git-Tag: Ubuntu-snapdragon-4.4.0-1029.32~7948^2~973 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=65fe76eaa007f7ce7c5c37651217fc58ca571945;p=mirror_ubuntu-zesty-kernel.git staging: rtl8188eu: Add missing include to pick up prototype This fixes the following sparse warning: drivers/staging/rtl8188eu/hal/HalHWImg8188E_MAC.c:119:6: warning: symbol 'rtl88e_phy_mac_config' was not declared. Should it be static? Signed-off-by: Max Vozeler Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/hal/HalHWImg8188E_MAC.c b/drivers/staging/rtl8188eu/hal/HalHWImg8188E_MAC.c index ccca6a496b2b..28bb27553b84 100644 --- a/drivers/staging/rtl8188eu/hal/HalHWImg8188E_MAC.c +++ b/drivers/staging/rtl8188eu/hal/HalHWImg8188E_MAC.c @@ -19,6 +19,7 @@ ******************************************************************************/ #include "odm_precomp.h" +#include "phy.h" #include /* MAC_REG.TXT */