瀏覽代碼

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>
Johannes Berg 18 年之前
父節點
當前提交
a2807dbcbd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/base/core.c

+ 1 - 1
drivers/base/core.c

@@ -1065,7 +1065,7 @@ int device_rename(struct device *dev, char *new_name)
 
 	return error;
 }
-
+EXPORT_SYMBOL_GPL(device_rename);
 
 static int device_move_class_links(struct device *dev,
 				   struct device *old_parent,