]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
phy: ti: Add missing function declaration to phy.h
authorMichal Simek <michal.simek@xilinx.com>
Wed, 28 Oct 2015 10:07:48 +0000 (11:07 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 28 Oct 2015 16:23:39 +0000 (17:23 +0100)
Fix compilation warning:
drivers/net/phy/phy.c: In function ‘phy_init’:
drivers/net/phy/phy.c:488:2: warning: implicit declaration of function
‘phy_ti_init’ [-Wimplicit-function-declaration]
  phy_ti_init();
  ^

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/phy.h

index 3f826b66f71feb995832572bdc5bad2ccd27066c..66cf61bdfb93954bad76c13d90bccbe736669494 100644 (file)
@@ -251,6 +251,7 @@ int phy_natsemi_init(void);
 int phy_realtek_init(void);
 int phy_smsc_init(void);
 int phy_teranetics_init(void);
+int phy_ti_init(void);
 int phy_vitesse_init(void);
 
 int board_phy_config(struct phy_device *phydev);