From 2fb639646d64882229f0870d0791746791124c45 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sat, 15 Feb 2014 14:52:00 -0200 Subject: wandboard: Fix sparse warning Add a prototype for board_phy_config() to fix the following sparse warning: wandboard.c:200:5: warning: symbol 'board_phy_config' was not declared. Should it be static? Cc: Joe Hershberger Signed-off-by: Fabio Estevam --- include/phy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/phy.h') diff --git a/include/phy.h b/include/phy.h index 1f22fa180c..d3ecd6378b 100644 --- a/include/phy.h +++ b/include/phy.h @@ -234,6 +234,8 @@ int phy_smsc_init(void); int phy_teranetics_init(void); int phy_vitesse_init(void); +int board_phy_config(struct phy_device *phydev); + /* PHY UIDs for various PHYs that are referenced in external code */ #define PHY_UID_TN2020 0x00a19410 -- cgit v1.2.3