aboutsummaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>2009-02-27 18:35:41 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2009-03-12 23:58:30 +0900
commit64f3c0b8ba99d6651db59273e497ab5e857c8d4f (patch)
treeb8b4691ef29c0281448e1a36c6da3f2d35429684 /cpu
parentada9318252f51c2626e9837c623f9812b0308dea (diff)
sh: Add netdev header fixing of warning/build
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/sh4/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c
index 52b6cfd68..be410abf0 100644
--- a/cpu/sh4/cpu.c
+++ b/cpu/sh4/cpu.c
@@ -23,6 +23,7 @@
#include <common.h>
#include <command.h>
+#include <netdev.h>
#include <asm/processor.h>
#include <asm/cache.h>