diff options
author | Wolfgang Denk <wd@denx.de> | 2009-03-15 22:15:13 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-15 22:15:13 +0100 |
commit | e05825324a8a7679b87db550a0d7ade06c890494 (patch) | |
tree | d55e616216d4609eeb3ae629aaa6aacbfcb5fd94 /cpu | |
parent | 45f93d4e3c0d2a083131d1c579908bfeb3011bb1 (diff) | |
parent | 94a353611b93ac4cb4434a5f7e98aa0902da919e (diff) | |
download | u-boot-imx-e05825324a8a7679b87db550a0d7ade06c890494.zip u-boot-imx-e05825324a8a7679b87db550a0d7ade06c890494.tar.gz u-boot-imx-e05825324a8a7679b87db550a0d7ade06c890494.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'cpu')
-rw-r--r-- | 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> |