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>
This commit is contained in:
parent
9931faca02
commit
6d63f6466d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue