public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] phy: add phy_smsc_init() declaration
@ 2011-12-30  1:18 Vladimir Zapolskiy
  2011-12-30  2:59 ` Marek Vasut
  2012-01-05 15:12 ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: Vladimir Zapolskiy @ 2011-12-30  1:18 UTC (permalink / raw)
  To: u-boot

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>
---
 include/phy.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/phy.h b/include/phy.h
index 095f41c..bc522d5 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);
 
-- 
1.7.5.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-01-05 15:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-30  1:18 [U-Boot] [PATCH] phy: add phy_smsc_init() declaration Vladimir Zapolskiy
2011-12-30  2:59 ` Marek Vasut
2012-01-05 15:12 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox