diff options
-rw-r--r-- | arch/mips/include/asm/branch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/include/asm/branch.h b/arch/mips/include/asm/branch.h index c842e7de21c7..d109e34130f5 100644 --- a/arch/mips/include/asm/branch.h +++ b/arch/mips/include/asm/branch.h | |||
@@ -8,6 +8,8 @@ | |||
8 | #ifndef _ASM_BRANCH_H | 8 | #ifndef _ASM_BRANCH_H |
9 | #define _ASM_BRANCH_H | 9 | #define _ASM_BRANCH_H |
10 | 10 | ||
11 | #include <asm/cpu-features.h> | ||
12 | #include <asm/mipsregs.h> | ||
11 | #include <asm/ptrace.h> | 13 | #include <asm/ptrace.h> |
12 | #include <asm/inst.h> | 14 | #include <asm/inst.h> |
13 | 15 | ||