]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 7cbccd2b4c72042595484e32c2e11906948414b7..445dcaeb0f56de7882a1b1278a90ef7931f4099c 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)
 {