diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ia64/kprobes.h | 5 | ||||
-rw-r--r-- | include/linux/kprobes.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-ia64/kprobes.h b/include/asm-ia64/kprobes.h index 5b26462674a7..12a0b93020da 100644 --- a/include/asm-ia64/kprobes.h +++ b/include/asm-ia64/kprobes.h | |||
@@ -110,11 +110,6 @@ struct arch_specific_insn { | |||
110 | unsigned short target_br_reg; | 110 | unsigned short target_br_reg; |
111 | }; | 111 | }; |
112 | 112 | ||
113 | /* ia64 does not need this */ | ||
114 | static inline void arch_copy_kprobe(struct kprobe *p) | ||
115 | { | ||
116 | } | ||
117 | |||
118 | extern int kprobe_exceptions_notify(struct notifier_block *self, | 113 | extern int kprobe_exceptions_notify(struct notifier_block *self, |
119 | unsigned long val, void *data); | 114 | unsigned long val, void *data); |
120 | 115 | ||
diff --git a/include/linux/kprobes.h b/include/linux/kprobes.h index c03f2dc933de..ad6e4fe970fd 100644 --- a/include/linux/kprobes.h +++ b/include/linux/kprobes.h | |||
@@ -150,7 +150,6 @@ struct kretprobe_instance { | |||
150 | 150 | ||
151 | extern spinlock_t kretprobe_lock; | 151 | extern spinlock_t kretprobe_lock; |
152 | extern int arch_prepare_kprobe(struct kprobe *p); | 152 | extern int arch_prepare_kprobe(struct kprobe *p); |
153 | extern void arch_copy_kprobe(struct kprobe *p); | ||
154 | extern void arch_arm_kprobe(struct kprobe *p); | 153 | extern void arch_arm_kprobe(struct kprobe *p); |
155 | extern void arch_disarm_kprobe(struct kprobe *p); | 154 | extern void arch_disarm_kprobe(struct kprobe *p); |
156 | extern void arch_remove_kprobe(struct kprobe *p); | 155 | extern void arch_remove_kprobe(struct kprobe *p); |