Skip to content

Commit

Permalink
kobject: export kset_find_obj() for module use
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Gabriel Somlo authored and Greg Kroah-Hartman committed Feb 10, 2016
1 parent 371fd7a commit 2fe829a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kobject.c
Original file line number Diff line number Diff line change
@@ -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)
{

0 comments on commit 2fe829a

Please sign in to comment.