kprobes: Make arch_check_ftrace_location static
[linux-2.6-microblaze.git] / include / linux / kprobes.h
index 0b75549..8a9412b 100644 (file)
@@ -361,8 +361,6 @@ static inline int arch_prepare_kprobe_ftrace(struct kprobe *p)
 }
 #endif
 
-int arch_check_ftrace_location(struct kprobe *p);
-
 /* Get the kprobe at this addr (if any) - called with preemption disabled */
 struct kprobe *get_kprobe(void *addr);