kobject: export kset_find_obj() for module use
authorGabriel Somlo <somlo@cmu.edu>
Thu, 28 Jan 2016 14:23:12 +0000 (09:23 -0500)
committerGreg 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

index 7cbccd2..445dcae 100644 (file)
@@ -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)
 {