Browse Source

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 <marc.zyngier@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Marc Zyngier 8 năm trước cách đây
mục cha
commit
49f5522e49
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      arch/arm64/include/asm/probes.h

+ 0 - 2
arch/arm64/include/asm/probes.h

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