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

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