diff options
Diffstat (limited to 'include/asm-i386/kprobes.h')
-rw-r--r-- | include/asm-i386/kprobes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/kprobes.h b/include/asm-i386/kprobes.h index dc559267ce3e..27cac050a60e 100644 --- a/include/asm-i386/kprobes.h +++ b/include/asm-i386/kprobes.h | |||
@@ -40,7 +40,7 @@ typedef u8 kprobe_opcode_t; | |||
40 | 40 | ||
41 | #define JPROBE_ENTRY(pentry) (kprobe_opcode_t *)pentry | 41 | #define JPROBE_ENTRY(pentry) (kprobe_opcode_t *)pentry |
42 | #define ARCH_SUPPORTS_KRETPROBES | 42 | #define ARCH_SUPPORTS_KRETPROBES |
43 | #define arch_remove_kprobe(p, s) do { } while(0) | 43 | #define arch_remove_kprobe(p) do {} while (0) |
44 | 44 | ||
45 | void kretprobe_trampoline(void); | 45 | void kretprobe_trampoline(void); |
46 | 46 | ||