projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9931fac
)
ARM: opcodes: add missing include of linux/linkage.h
author
Will Deacon
<will.deacon@arm.com>
Wed, 12 Dec 2012 19:13:42 +0000
(19:13 +0000)
committer
Will Deacon
<will.deacon@arm.com>
Thu, 10 Jan 2013 21:10:20 +0000
(21:10 +0000)
opcodes.h wants to declare an asmlinkage function, so we need to include
linux/linkage.h
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Dave Martin <dave.martin@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/include/asm/opcodes.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/opcodes.h
b/arch/arm/include/asm/opcodes.h
index
74e211a
..
e796c59
100644
(file)
--- a/
arch/arm/include/asm/opcodes.h
+++ b/
arch/arm/include/asm/opcodes.h
@@
-10,6
+10,7
@@
#define __ASM_ARM_OPCODES_H
#ifndef __ASSEMBLY__
+#include <linux/linkage.h>
extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
#endif