summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/opcodes.h
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2012-12-12 19:13:42 +0000
committerWill Deacon <will.deacon@arm.com>2013-01-10 21:10:20 +0000
commit6d63f6466da4385f08a2a1b47779704bf60702b1 (patch)
tree6526d47ed00c764d55f3340bc7cc583d78674abf /arch/arm/include/asm/opcodes.h
parent9931faca02c604c22335f5a935a501bb2ace6e20 (diff)
ARM: opcodes: add missing include of linux/linkage.h
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>
Diffstat (limited to 'arch/arm/include/asm/opcodes.h')
-rw-r--r--arch/arm/include/asm/opcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/opcodes.h b/arch/arm/include/asm/opcodes.h
index 74e211a6fb24..e796c598513b 100644
--- 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