diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-01-18 23:26:43 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-02-07 13:30:22 +0000 |
commit | 11ed6d5bb01c5f347fd5c47e0005f06687c66f1f (patch) | |
tree | 868463de2ab1cca80911108e72cc383a7771a412 /arch/mips/cobalt/int-handler.S | |
parent | fcdb27ad1d5c66611d3df6400a9b559186f266fe (diff) | |
download | blackbird-op-linux-11ed6d5bb01c5f347fd5c47e0005f06687c66f1f.tar.gz blackbird-op-linux-11ed6d5bb01c5f347fd5c47e0005f06687c66f1f.zip |
[MIPS] Rename include/asm-mips/cobalt to include/asm-mips/mach-cobalt.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cobalt/int-handler.S')
-rw-r--r-- | arch/mips/cobalt/int-handler.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cobalt/int-handler.S b/arch/mips/cobalt/int-handler.S index f92608e8d84f..e75d5e3ca868 100644 --- a/arch/mips/cobalt/int-handler.S +++ b/arch/mips/cobalt/int-handler.S @@ -8,7 +8,7 @@ */ #include <asm/asm.h> #include <asm/mipsregs.h> -#include <asm/cobalt/cobalt.h> +#include <asm/mach-cobalt/cobalt.h> #include <asm/regdef.h> #include <asm/stackframe.h> |