From: Vladimir Zapolskiy Date: Thu, 29 Dec 2011 15:18:37 +0000 (+0000) Subject: phy: add phy_smsc_init() declaration X-Git-Tag: v2012.04-rc1~337 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b6abf55578d36d0304d8af9a13a58ca13b9066b7;p=u-boot phy: add phy_smsc_init() declaration This trivial change removes a compilation warning: ----8<---- phy.c: In function 'phy_init': phy.c:448:2: warning: implicit declaration of function 'phy_smsc_init' ----8<---- Signed-off-by: Vladimir Zapolskiy Cc: Nobuhiro Iwamatsu Acked-by: Marek Vasut --- diff --git a/include/phy.h b/include/phy.h index 095f41c43b..bc522d57c3 100644 --- a/include/phy.h +++ b/include/phy.h @@ -224,6 +224,7 @@ int phy_marvell_init(void); int phy_micrel_init(void); int phy_natsemi_init(void); int phy_realtek_init(void); +int phy_smsc_init(void); int phy_teranetics_init(void); int phy_vitesse_init(void);