public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] uec: Fix compile warning
Date: Wed, 17 Jun 2009 22:14:04 -0700	[thread overview]
Message-ID: <4A39CD1C.4020505@gmail.com> (raw)
In-Reply-To: <1245244927-9921-1-git-send-email-galak@kernel.crashing.org>

Kumar Gala wrote:
> cpu.c: In function 'cpu_eth_init':
> cpu.c:371: warning: implicit declaration of function 'uec_standard_init'
>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
>  include/netdev.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/netdev.h b/include/netdev.h
> index aed5c4c..92eceb1 100644
> --- a/include/netdev.h
> +++ b/include/netdev.h
> @@ -50,6 +50,7 @@ int e1000_initialize(bd_t *bis);
>  int eepro100_initialize(bd_t *bis);
>  int eth_3com_initialize (bd_t * bis);
>  int fec_initialize (bd_t *bis);
> +int uec_standard_init(bd_t *bis);
>  int greth_initialize(bd_t *bis);
>  void gt6426x_eth_initialize(bd_t *bis);
>  int inca_switch_initialize(bd_t *bis);
>   
Applied to net repo.

thanks,
Ben

  parent reply	other threads:[~2009-06-18  5:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-17 13:22 [U-Boot] [PATCH] uec: Fix compile warning Kumar Gala
2009-06-17 13:23 ` Kumar Gala
2009-06-18  5:14 ` Ben Warren [this message]
2009-07-23  5:55 ` Ben Warren
2009-07-23 15:08   ` Kumar Gala

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=4A39CD1C.4020505@gmail.com \
    --to=biggerbadderben@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox