diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-08-16 14:05:11 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 13:37:36 +0100 |
commit | 6e74bae9a0c2fc59ffb0e25fec074b4ac0ac7048 (patch) | |
tree | d15d23874a19760e3e2b43cf9ae053d8b3629206 /arch | |
parent | dc41fb43966ae1318fe34a8e5f959924a7c05d81 (diff) |
[MIPS] SMTC Build fix.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/kernel/smtc-asm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/smtc-asm.S b/arch/mips/kernel/smtc-asm.S index 4cc3dea3661..76cb31d5748 100644 --- a/arch/mips/kernel/smtc-asm.S +++ b/arch/mips/kernel/smtc-asm.S @@ -8,7 +8,7 @@ #include <asm/regdef.h> #include <asm/asmmacro.h> #include <asm/stackframe.h> -#include <asm/stackframe.h> +#include <asm/irqflags.h> /* * "Software Interrupt" linkage. |