]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
phy: add phy_smsc_init() declaration
authorVladimir Zapolskiy <vz@mleia.com>
Thu, 29 Dec 2011 15:18:37 +0000 (15:18 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 5 Jan 2012 15:12:26 +0000 (16:12 +0100)
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>
include/phy.h

index 095f41c43b27cd4f376094530481023a6123be93..bc522d57c384114fb1960cb8778b4396151a88ce 100644 (file)
@@ -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);