From: Ben Warren <biggerbadderben@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] sh: Fix compile error for r2dplus
Date: Thu, 11 Sep 2008 14:06:35 -0700 [thread overview]
Message-ID: <48C9885B.7070206@gmail.com> (raw)
In-Reply-To: <48C8D6A2.7040303@renesas.com>
Wolfgang,
Nobuhiro Iwamatsu wrote:
> netdev.h was not include by r2dplus.
>
> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
> ---
> board/r2dplus/r2dplus.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/board/r2dplus/r2dplus.c b/board/r2dplus/r2dplus.c
> index b962dd1..4e0c66a 100644
> --- a/board/r2dplus/r2dplus.c
> +++ b/board/r2dplus/r2dplus.c
> @@ -23,6 +23,7 @@
>
> #include <common.h>
> #include <ide.h>
> +#include <netdev.h>
> #include <asm/processor.h>
> #include <asm/io.h>
> #include <asm/pci.h>
>
Please pull directly if convenient.
regards,
Ben
next prev parent reply other threads:[~2008-09-11 21:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-11 8:28 [U-Boot] [PATCH] sh: Fix compile error for r2dplus Nobuhiro Iwamatsu
2008-09-11 21:06 ` Ben Warren [this message]
2008-09-13 0:04 ` 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=48C9885B.7070206@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 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.