summaryrefslogtreecommitdiffstats
path: root/include/phy.h
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2011-12-29 15:18:37 +0000
committerWolfgang Denk <wd@denx.de>2012-01-05 16:12:26 +0100
commitb6abf55578d36d0304d8af9a13a58ca13b9066b7 (patch)
treec2758459c3b90af613aca1d2a136d4fa5af94e7a /include/phy.h
parent5d5cc384613e6182140101e7e1b0ee3d849291d1 (diff)
downloadtalos-obmc-uboot-b6abf55578d36d0304d8af9a13a58ca13b9066b7.tar.gz
talos-obmc-uboot-b6abf55578d36d0304d8af9a13a58ca13b9066b7.zip
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 <vz@mleia.com> Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Acked-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include/phy.h')
-rw-r--r--include/phy.h1
1 files changed, 1 insertions, 0 deletions
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);
OpenPOWER on IntegriCloud