From: Marc Zyngier Date: Sat, 3 Dec 2016 14:05:37 +0000 (+0000) Subject: arm64: Remove reference to asm/opcodes.h X-Git-Tag: v4.13~1725^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=49f5522e495aba58feb1ca58123805929710bddd;p=mirror_ubuntu-bionic-kernel.git arm64: Remove reference to asm/opcodes.h The asm/opcodes.h file is now gone, but probes.h still references it for not obvious reason. Removing the #include directive fixes the compilation. Signed-off-by: Marc Zyngier Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/include/asm/probes.h b/arch/arm64/include/asm/probes.h index e175a825b187..6a5b28904c33 100644 --- a/arch/arm64/include/asm/probes.h +++ b/arch/arm64/include/asm/probes.h @@ -15,8 +15,6 @@ #ifndef _ARM_PROBES_H #define _ARM_PROBES_H -#include - typedef u32 probe_opcode_t; typedef void (probes_handler_t) (u32 opcode, long addr, struct pt_regs *);