diff options
Diffstat (limited to 'include/linux/kprobes.h')
-rw-r--r-- | include/linux/kprobes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/kprobes.h b/include/linux/kprobes.h index 0f90466fb8b0..461391decc46 100644 --- a/include/linux/kprobes.h +++ b/include/linux/kprobes.h | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <linux/list.h> | 33 | #include <linux/list.h> |
34 | #include <linux/notifier.h> | 34 | #include <linux/notifier.h> |
35 | #include <linux/smp.h> | 35 | #include <linux/smp.h> |
36 | #include <linux/spinlock.h> | ||
37 | 36 | ||
38 | #include <asm/kprobes.h> | 37 | #include <asm/kprobes.h> |
39 | 38 | ||
@@ -101,7 +100,7 @@ extern void trampoline_post_handler(struct kprobe *p, struct pt_regs *regs, | |||
101 | unsigned long flags); | 100 | unsigned long flags); |
102 | extern struct task_struct *arch_get_kprobe_task(void *ptr); | 101 | extern struct task_struct *arch_get_kprobe_task(void *ptr); |
103 | extern void arch_prepare_kretprobe(struct kretprobe *rp, struct pt_regs *regs); | 102 | extern void arch_prepare_kretprobe(struct kretprobe *rp, struct pt_regs *regs); |
104 | extern void arch_kprobe_flush_task(struct task_struct *tk, spinlock_t *kp_lock); | 103 | extern void arch_kprobe_flush_task(struct task_struct *tk); |
105 | #else /* ARCH_SUPPORTS_KRETPROBES */ | 104 | #else /* ARCH_SUPPORTS_KRETPROBES */ |
106 | static inline void kretprobe_trampoline(void) | 105 | static inline void kretprobe_trampoline(void) |
107 | { | 106 | { |