public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sh: Fix compile error for r2dplus
@ 2008-09-11  8:28 Nobuhiro Iwamatsu
  2008-09-11 21:06 ` Ben Warren
  2008-09-13  0:04 ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2008-09-11  8:28 UTC (permalink / raw)
  To: u-boot

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>
-- 
1.5.6.3

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

* [U-Boot] [PATCH] sh: Fix compile error for r2dplus
  2008-09-11  8:28 [U-Boot] [PATCH] sh: Fix compile error for r2dplus Nobuhiro Iwamatsu
@ 2008-09-11 21:06 ` Ben Warren
  2008-09-13  0:04 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Ben Warren @ 2008-09-11 21:06 UTC (permalink / raw)
  To: u-boot

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

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

* [U-Boot] [PATCH] sh: Fix compile error for r2dplus
  2008-09-11  8:28 [U-Boot] [PATCH] sh: Fix compile error for r2dplus Nobuhiro Iwamatsu
  2008-09-11 21:06 ` Ben Warren
@ 2008-09-13  0:04 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2008-09-13  0:04 UTC (permalink / raw)
  To: u-boot

Dear Nobuhiro Iwamatsu,

In message <48C8D6A2.7040303@renesas.com> you 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(-)

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
Copy from one, it's plagiarism; copy from two, it's research.

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

end of thread, other threads:[~2008-09-13  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-11  8:28 [U-Boot] [PATCH] sh: Fix compile error for r2dplus Nobuhiro Iwamatsu
2008-09-11 21:06 ` Ben Warren
2008-09-13  0:04 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox