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

* [U-Boot] [PATCH] phy: add phy_smsc_init() declaration
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2011-12-30  2:59 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);

Acked-by: Marek Vasut <marek.vasut@gmail.com>

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

* [U-Boot] [PATCH] phy: add phy_smsc_init() declaration
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2012-01-05 15:12 UTC (permalink / raw)
  To: u-boot

Dear Vladimir Zapolskiy,

In message <1325207917-16911-1-git-send-email-vz@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<----
> 
> 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(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Niklaus Wirth has lamented that, whereas Europeans pronounce his name
correctly (Ni-klows Virt), Americans invariably mangle it into (Nick-
les Worth). Which is to say that Europeans  call  him  by  name,  but
Americans call him by value.

^ permalink raw reply	[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