Browse Source

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 <max@hinterhof.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Max Vozeler 11 years ago
parent
commit
65fe76eaa0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/staging/rtl8188eu/hal/HalHWImg8188E_MAC.c

+ 1 - 0
drivers/staging/rtl8188eu/hal/HalHWImg8188E_MAC.c

@@ -19,6 +19,7 @@
 ******************************************************************************/
 
 #include "odm_precomp.h"
+#include "phy.h"
 #include <rtw_iol.h>
 
 /* MAC_REG.TXT */