driver core: export device_rename

In wireless we'd like to allow renaming of the phy devices we surface in
sysfs. The base wireless code, however, can be built modular and thus we
need device_rename exported.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Johannes Berg and committed by Greg Kroah-Hartman a2807dbc 6cc94ef5

+1 -1
+1 -1
drivers/base/core.c
··· 1065 1066 return error; 1067 } 1068 - 1069 1070 static int device_move_class_links(struct device *dev, 1071 struct device *old_parent,
··· 1065 1066 return error; 1067 } 1068 + EXPORT_SYMBOL_GPL(device_rename); 1069 1070 static int device_move_class_links(struct device *dev, 1071 struct device *old_parent,