summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2014-04-16 02:09:04 +0200
committerRalf Baechle <ralf@linux-mips.org>2014-04-16 13:20:39 +0200
commit0c92af8e494d9979455b1503ca3466ae46559485 (patch)
treefb0fe0d93f6eac0c5d37320d26d6cc9c7e33b4d4 /arch
parent05998d77e0ef60a821adc8d11d310e5a7e1a9d8d (diff)
MIPS: branch: Make inclusion of <asm/branch.h> safe.
It was relying on other headers having been included before. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/include/asm/branch.h2
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 @@
#ifndef _ASM_BRANCH_H
#define _ASM_BRANCH_H
+#include <asm/cpu-features.h>
+#include <asm/mipsregs.h>
#include <asm/ptrace.h>
#include <asm/inst.h>