From: Ralf Baechle Date: Wed, 16 Apr 2014 00:09:04 +0000 (+0200) Subject: MIPS: branch: Make inclusion of safe. X-Git-Tag: v3.16-rc1~69^2~125 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5160d45dd2f6e72e40f79e3dc77daa7a8337685b;p=linux.git MIPS: branch: Make inclusion of safe. It was relying on other headers having been included before. Signed-off-by: Ralf Baechle --- 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 +#include #include #include