sh: Fix compile error for r2dplus

netdev.h was not include by r2dplus.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
This commit is contained in:
Nobuhiro Iwamatsu 2008-09-11 17:28:18 +09:00 committed by Wolfgang Denk
parent 56844a22b7
commit 3c094b652d
1 changed files with 1 additions and 0 deletions

View File

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