Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1
+1
arch/arm/include/asm/opcodes.h
··· 10 10 #define __ASM_ARM_OPCODES_H 11 11 12 12 #ifndef __ASSEMBLY__ 13 + #include <linux/linkage.h> 13 14 extern asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr); 14 15 #endif 15 16