diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-09-11 17:28:18 +0900 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-13 02:04:15 +0200 |
commit | 3c094b652d4107b34641f300a8e9fe16ca15e3d8 (patch) | |
tree | b79012205acb914e1be6a62cd52df1c1057d9bc5 /board/r2dplus/r2dplus.c | |
parent | 56844a22b76c719e600047e23b80465a44d76abd (diff) | |
download | u-boot-imx-3c094b652d4107b34641f300a8e9fe16ca15e3d8.zip u-boot-imx-3c094b652d4107b34641f300a8e9fe16ca15e3d8.tar.gz u-boot-imx-3c094b652d4107b34641f300a8e9fe16ca15e3d8.tar.bz2 |
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/r2dplus.c')
-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 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> |