diff options
| author | Marc Zyngier <marc.zyngier@arm.com> | 2016-12-03 09:05:37 -0500 |
|---|---|---|
| committer | Catalin Marinas <catalin.marinas@arm.com> | 2016-12-05 05:42:34 -0500 |
| commit | 49f5522e495aba58feb1ca58123805929710bddd (patch) | |
| tree | aa268be048535eb95d8284a676d422a889270202 | |
| parent | bca8f17f57bd76ddf2bbd2527eb890d6f588853e (diff) | |
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>
| -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 @@ | |||
| 15 | #ifndef _ARM_PROBES_H | 15 | #ifndef _ARM_PROBES_H |
| 16 | #define _ARM_PROBES_H | 16 | #define _ARM_PROBES_H |
| 17 | 17 | ||
| 18 | #include <asm/opcodes.h> | ||
| 19 | |||
| 20 | typedef u32 probe_opcode_t; | 18 | typedef u32 probe_opcode_t; |
| 21 | typedef void (probes_handler_t) (u32 opcode, long addr, struct pt_regs *); | 19 | typedef void (probes_handler_t) (u32 opcode, long addr, struct pt_regs *); |
| 22 | 20 | ||
