projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371fd7a
)
kobject: export kset_find_obj() for module use
author
Gabriel Somlo
<somlo@cmu.edu>
Thu, 28 Jan 2016 14:23:12 +0000
(09:23 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 10 Feb 2016 01:36:34 +0000
(17:36 -0800)
Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/kobject.c
patch
|
blob
|
history
diff --git
a/lib/kobject.c
b/lib/kobject.c
index
7cbccd2
..
445dcae
100644
(file)
--- a/
lib/kobject.c
+++ b/
lib/kobject.c
@@
-861,6
+861,7
@@
struct kobject *kset_find_obj(struct kset *kset, const char *name)
spin_unlock(&kset->list_lock);
return ret;
}
+EXPORT_SYMBOL_GPL(kset_find_obj);
static void kset_release(struct kobject *kobj)
{