[U-Boot] [PATCH v2] sh: Add netdev header fixing of warning/build

27 Feb
2009
27 Feb
'09
10:35 a.m.
Signed-off-by: Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com --- cpu/sh4/cpu.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/cpu/sh4/cpu.c b/cpu/sh4/cpu.c index 52b6cfd..be410ab 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>
-- 1.5.6.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
5920
Age (days ago)
5920
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nobuhiro Iwamatsu