diff options
Diffstat (limited to 'include/asm-ia64/kprobes.h')
-rw-r--r-- | include/asm-ia64/kprobes.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-ia64/kprobes.h b/include/asm-ia64/kprobes.h index 592abb000e29..5b26462674a7 100644 --- a/include/asm-ia64/kprobes.h +++ b/include/asm-ia64/kprobes.h | |||
@@ -115,7 +115,6 @@ static inline void arch_copy_kprobe(struct kprobe *p) | |||
115 | { | 115 | { |
116 | } | 116 | } |
117 | 117 | ||
118 | #ifdef CONFIG_KPROBES | ||
119 | extern int kprobe_exceptions_notify(struct notifier_block *self, | 118 | extern int kprobe_exceptions_notify(struct notifier_block *self, |
120 | unsigned long val, void *data); | 119 | unsigned long val, void *data); |
121 | 120 | ||
@@ -124,11 +123,4 @@ static inline void jprobe_return(void) | |||
124 | { | 123 | { |
125 | } | 124 | } |
126 | 125 | ||
127 | #else /* !CONFIG_KPROBES */ | ||
128 | static inline int kprobe_exceptions_notify(struct notifier_block *self, | ||
129 | unsigned long val, void *data) | ||
130 | { | ||
131 | return 0; | ||
132 | } | ||
133 | #endif | ||
134 | #endif /* _ASM_KPROBES_H */ | 126 | #endif /* _ASM_KPROBES_H */ |