Skip to content
Snippets Groups Projects
Commit b6abf555 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Wolfgang Denk
Browse files

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: default avatarVladimir Zapolskiy <vz@mleia.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Acked-by: default avatarMarek Vasut <marek.vasut@gmail.com>
parent 5d5cc384
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment