Re: [U-Boot] [PATCH] phy: add phy_smsc_init() declaration

2012-01-05 Thread Wolfgang Denk
Dear Vladimir Zapolskiy, In message <1325207917-16911-1-git-send-email...@mleia.com> you wrote: > 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< > > Sign

Re: [U-Boot] [PATCH] phy: add phy_smsc_init() declaration

2011-12-29 Thread Marek Vasut
> 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 > --- > include/phy.h |1 + > 1 file

[U-Boot] [PATCH] phy: add phy_smsc_init() declaration

2011-12-29 Thread Vladimir Zapolskiy
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 --- include/phy.h |1 + 1 files changed, 1 insertion