diff options
author | Nobuhiro Iwamatsu | 2008-09-11 17:28:18 +0900 |
---|---|---|
committer | Wolfgang Denk | 2008-09-13 02:04:15 +0200 |
commit | 3c094b652d4107b34641f300a8e9fe16ca15e3d8 (patch) | |
tree | b79012205acb914e1be6a62cd52df1c1057d9bc5 /board/r2dplus | |
parent | 56844a22b76c719e600047e23b80465a44d76abd (diff) |
sh: Fix compile error for r2dplus
netdev.h was not include by r2dplus.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Diffstat (limited to 'board/r2dplus')
-rw-r--r-- | 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 b962dd1fe7d..4e0c66a6a2b 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> |