arm64/fpsimd: add <asm/insn.h> to <asm/kprobes.h> to fix fpsimd build
[linux-2.6-microblaze.git] / arch / arm64 / include / asm / probes.h
index 4266262..0069467 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef _ARM_PROBES_H
 #define _ARM_PROBES_H
 
+#include <asm/insn.h>
+
 typedef u32 probe_opcode_t;
 typedef void (probes_handler_t) (u32 opcode, long addr, struct pt_regs *);