forked from Minki/linux
kobject: export kset_find_obj() for module use
Signed-off-by: Gabriel Somlo <somlo@cmu.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
371fd7a2c4
commit
2fe829aca9
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user