mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 05:20:53 +07:00
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);
|
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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user