Skip to content

Commit

Permalink
lib: export symbol kobject_move()
Browse files Browse the repository at this point in the history
drivers/cpufreq/cpufreq.c is already using this function. And now btrfs
needs it as well. Export symbol kobject_move().

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David Sterba <dsterba@suse.cz>
  • Loading branch information
Anand Jain authored and David Sterba committed Jun 19, 2015
1 parent d2ff1b2 commit 24199d2
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
Expand Up @@ -548,6 +548,7 @@ int kobject_move(struct kobject *kobj, struct kobject *new_parent)
kfree(devpath);
return error;
}
EXPORT_SYMBOL_GPL(kobject_move);

/**
* kobject_del - unlink kobject from hierarchy.
Expand Down

0 comments on commit 24199d2

Please sign in to comment.