projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e9cae
)
MIPS: branch: Make inclusion of <asm/branch.h> safe.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 16 Apr 2014 00:09:04 +0000
(
02:09
+0200)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/branch.h
b/arch/mips/include/asm/branch.h
index c842e7de21c765bdf4922a994d8fb5e21e2a1bd3..d109e34130f5a1d8e88a933c9559452b276d45e4 100644
(file)
--- 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>