commit | 0f9763fb393dcc6c8384ea05af9e31efba3bf90f | [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 | 769cb5c8b7e20d0ea94f2e0652feae060143b5af [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/interrupts.c b/arch/nios2/cpu/interrupts.c index b363a1f..9d7e193 100644 --- a/arch/nios2/cpu/interrupts.c +++ b/arch/nios2/cpu/interrupts.c
@@ -9,7 +9,7 @@ */ -#include <nios2.h> +#include <asm/nios2.h> #include <asm/types.h> #include <asm/io.h> #include <asm/ptrace.h>