This is a note to let you know that I've just added the patch titled Subject: driver core: export device_rename to my gregkh-2.6 tree. Its filename is driver-core-export-device_rename.patch This tree can be found at http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/ >From johannes@xxxxxxxxxxxxxxxx Wed Feb 28 03:38:54 2007 From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Date: Wed, 28 Feb 2007 12:38:31 +0100 Subject: driver core: export device_rename To: Greg KH <greg@xxxxxxxxx>, linux-wireless <linux-wireless@xxxxxxxxxxxxxxx> Message-ID: <1172662711.3681.51.camel@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx> --- drivers/base/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- gregkh-2.6.orig/drivers/base/core.c +++ gregkh-2.6/drivers/base/core.c @@ -1056,7 +1056,7 @@ int device_rename(struct device *dev, ch return error; } - +EXPORT_SYMBOL_GPL(device_rename); static int device_move_class_links(struct device *dev, struct device *old_parent, Patches currently in gregkh-2.6 which might be from johannes@xxxxxxxxxxxxxxxx are - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html