Commit f326c26e authored by Badari Pulavarty's avatar Badari Pulavarty Committed by Linus Torvalds

[PATCH] export kallsyms_lookup_name()

Export kallsyms_lookup_name() for kprobe/jprobe module use.

(akpm: modules which use kprobes/jrobes are usually problem-specific and
will not be merged into the mainline kernel, so we we're actually to see
actual users of this patch merged)
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent da18d3e2
......@@ -145,6 +145,7 @@ unsigned long kallsyms_lookup_name(const char *name)
}
return module_kallsyms_lookup_name(name);
}
EXPORT_SYMBOL_GPL(kallsyms_lookup_name);
/*
* Lookup an address
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment