driver core: export device_rename
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 28 Feb 2007 11:38:31 +0000 (12:38 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Mar 2007 23:32:58 +0000 (15:32 -0800)
commita2807dbcbd681e1f36e813fb26e2f24d15018b91
treeb549bcf0675c8f2a0e03690ba8eb3cf48c6ca1fc
parent6cc94ef5359453dafc4778f6e5c33b128a2705c9
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>
drivers/base/core.c