MIPS: branch: Make inclusion of <asm/branch.h> safe.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 16 Apr 2014 00:09:04 +0000 (02:09 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 21 May 2014 09:12:53 +0000 (11:12 +0200)
It was relying on other headers having been included before.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/branch.h

index c842e7de21c765bdf4922a994d8fb5e21e2a1bd3..d109e34130f5a1d8e88a933c9559452b276d45e4 100644 (file)
@@ -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>