diff --git a/[refs] b/[refs] index 99f083d8d7d4..212456a2ebde 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 395a59d0f8e86bb39cd700c3d185d30c670bb958 +refs/heads/master: 785656a41f9a9c0e843a23d1ae05d900b5158f8f diff --git a/trunk/include/linux/kprobes.h b/trunk/include/linux/kprobes.h index 1036631ff4fa..04a3556bdea6 100644 --- a/trunk/include/linux/kprobes.h +++ b/trunk/include/linux/kprobes.h @@ -259,6 +259,10 @@ void recycle_rp_inst(struct kretprobe_instance *ri, struct hlist_head *head); struct jprobe; struct kretprobe; +static inline struct kprobe *get_kprobe(void *addr) +{ + return NULL; +} static inline struct kprobe *kprobe_running(void) { return NULL;