提交 6d63f646 编写于 作者: W Will Deacon

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: NArnd Bergmann <arnd@arndb.de>
Acked-by: NDave Martin <dave.martin@linaro.org>
Signed-off-by: NWill Deacon <will.deacon@arm.com>
上级 9931faca
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#define __ASM_ARM_OPCODES_H #define __ASM_ARM_OPCODES_H
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#include <linux/linkage.h>
extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr); extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr);
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册