From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] phy: add phy_smsc_init() declaration
Date: Fri, 30 Dec 2011 03:59:01 +0100 [thread overview]
Message-ID: <201112300359.01197.marek.vasut@gmail.com> (raw)
In-Reply-To: <1325207917-16911-1-git-send-email-vz@mleia.com>
> 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>
next prev parent reply other threads:[~2011-12-30 2:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-30 1:18 [U-Boot] [PATCH] phy: add phy_smsc_init() declaration Vladimir Zapolskiy
2011-12-30 2:59 ` Marek Vasut [this message]
2012-01-05 15:12 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201112300359.01197.marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.