From 5160d45dd2f6e72e40f79e3dc77daa7a8337685b Mon Sep 17 00:00:00 2001 From: Ralf Baechle <ralf@linux-mips.org> Date: Wed, 16 Apr 2014 02:09:04 +0200 Subject: [PATCH] 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> --- arch/mips/include/asm/branch.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/include/asm/branch.h b/arch/mips/include/asm/branch.h index c842e7de21c76..d109e34130f5a 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> -- GitLab