]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
arm64: Remove reference to asm/opcodes.h
authorMarc Zyngier <marc.zyngier@arm.com>
Sat, 3 Dec 2016 14:05:37 +0000 (14:05 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 5 Dec 2016 10:42:34 +0000 (10:42 +0000)
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 <marc.zyngier@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/probes.h

index e175a825b187d56612f1e789c1d0efff271f9629..6a5b28904c33b6224e383611492c242eb4a976e7 100644 (file)
@@ -15,8 +15,6 @@
 #ifndef _ARM_PROBES_H
 #define _ARM_PROBES_H
 
-#include <asm/opcodes.h>
-
 typedef u32 probe_opcode_t;
 typedef void (probes_handler_t) (u32 opcode, long addr, struct pt_regs *);