diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-02-28 06:38:31 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-03-09 18:32:58 -0500 |
commit | a2807dbcbd681e1f36e813fb26e2f24d15018b91 (patch) | |
tree | b549bcf0675c8f2a0e03690ba8eb3cf48c6ca1fc /drivers/base | |
parent | 6cc94ef5359453dafc4778f6e5c33b128a2705c9 (diff) |
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>
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/core.c b/drivers/base/core.c index fb16f293561d..f191afe62b4d 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c | |||
@@ -1065,7 +1065,7 @@ int device_rename(struct device *dev, char *new_name) | |||
1065 | 1065 | ||
1066 | return error; | 1066 | return error; |
1067 | } | 1067 | } |
1068 | 1068 | EXPORT_SYMBOL_GPL(device_rename); | |
1069 | 1069 | ||
1070 | static int device_move_class_links(struct device *dev, | 1070 | static int device_move_class_links(struct device *dev, |
1071 | struct device *old_parent, | 1071 | struct device *old_parent, |