diff options
| author | Marc Zyngier <marc.zyngier@arm.com> | 2016-12-03 14:05:37 +0000 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2022-10-28 15:57:24 +0100 |
| commit | 7dfbaee1643221adeb2943e12aacfa6ce87ec031 (patch) | |
| tree | da20e8a7c152f6f4407ebaaab4802d3765793e9e | |
| parent | 531ee8624d174e20313aa8af3e19e5cd608a408f (diff) | |
BACKPORT: 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>
Change-Id: I707437533cf368b173dc280750132ad4e283ea92
| -rw-r--r-- | arch/arm64/include/asm/probes.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <asm/opcodes.h> - typedef u32 probe_opcode_t; typedef void (probes_handler_t) (u32 opcode, long addr, struct pt_regs *); |
