commit | 4b366be71f613e3fb7a7b8109502ff02f72b79bf | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | Thu Sep 11 17:28:18 2008 +0900 |
committer | Wolfgang Denk <wd@denx.de> | Sat Sep 13 02:04:15 2008 +0200 |
tree | b79012205acb914e1be6a62cd52df1c1057d9bc5 | |
parent | d29abae10d2b80848dbdbbb7b44e0fe940e8f7a5 [diff] |
sh: Fix compile error for r2dplus netdev.h was not include by r2dplus. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
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>