commit | 57cfeb5140642b1071b01a7cc5c34d4ef3166180 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Mon Aug 25 17:09:07 2014 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Sat Aug 30 17:48:43 2014 +0800 |
tree | 4947572a662637ff402427d106d57144f29e5988 | |
parent | 8645071006a0b577ae4660f4a271f42c081ef4ab [diff] [blame] |
nios2: move nios2.h to arch asm directory The nios2.h is nios2 cpu specific, and should go arch asm directory. Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
diff --git a/arch/nios2/cpu/cpu.c b/arch/nios2/cpu/cpu.c index 36ea90b..39ae972 100644 --- a/arch/nios2/cpu/cpu.c +++ b/arch/nios2/cpu/cpu.c
@@ -6,7 +6,7 @@ */ #include <common.h> -#include <nios2.h> +#include <asm/nios2.h> #include <asm/cache.h> DECLARE_GLOBAL_DATA_PTR;