Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6d63f646 authored by Will Deacon's avatar Will Deacon
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarDave Martin <dave.martin@linaro.org>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 9931faca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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