projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca8f17
)
arm64: Remove reference to asm/opcodes.h
author
Marc Zyngier
<marc.zyngier@arm.com>
Sat, 3 Dec 2016 14:05:37 +0000
(14:05 +0000)
committer
Catalin 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
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/probes.h
b/arch/arm64/include/asm/probes.h
index
e175a82
..
6a5b289
100644
(file)
--- 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 *);