Commit 2fe829ac authored by Gabriel Somlo's avatar Gabriel Somlo Committed by Greg Kroah-Hartman

kobject: export kset_find_obj() for module use

Signed-off-by: default avatarGabriel Somlo <somlo@cmu.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 371fd7a2
...@@ -861,6 +861,7 @@ struct kobject *kset_find_obj(struct kset *kset, const char *name) ...@@ -861,6 +861,7 @@ struct kobject *kset_find_obj(struct kset *kset, const char *name)
spin_unlock(&kset->list_lock); spin_unlock(&kset->list_lock);
return ret; return ret;
} }
EXPORT_SYMBOL_GPL(kset_find_obj);
static void kset_release(struct kobject *kobj) static void kset_release(struct kobject *kobj)
{ {
......
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