diff options
Diffstat (limited to 'include/asm-ia64/kprobes.h')
-rw-r--r-- | include/asm-ia64/kprobes.h | 5 |
1 files changed, 0 insertions, 5 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 | ||