Commit 24199d20 authored by Anand Jain's avatar Anand Jain Committed by David Sterba

lib: export symbol kobject_move()

drivers/cpufreq/cpufreq.c is already using this function. And now btrfs
needs it as well. Export symbol kobject_move().
Signed-off-by: default avatarAnand Jain <anand.jain@oracle.com>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.cz>
parent d2ff1b20
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment