All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] export device_rename
@ 2007-02-28 11:38 Johannes Berg
  2007-03-02 21:15 ` patch driver-core-export-device_rename.patch added to gregkh-2.6 tree gregkh
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2007-02-28 11:38 UTC (permalink / raw)
  To: Linux Kernel list; +Cc: Greg KH, linux-wireless

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>

---
Is this acceptable? For testing reasons we want the cfg80211 code
buildable as a module.

 drivers/base/core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- wireless-dev.orig/drivers/base/core.c	2007-02-28 12:35:37.123956566 +0100
+++ wireless-dev/drivers/base/core.c	2007-02-28 12:35:51.763956566 +0100
@@ -1029,7 +1029,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,



^ permalink raw reply	[flat|nested] 2+ messages in thread

* patch driver-core-export-device_rename.patch added to gregkh-2.6 tree
  2007-02-28 11:38 [PATCH] export device_rename Johannes Berg
@ 2007-03-02 21:15 ` gregkh
  0 siblings, 0 replies; 2+ messages in thread
From: gregkh @ 2007-03-02 21:15 UTC (permalink / raw)
  To: johannes, greg, gregkh, linux-wireless


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@sipsolutions.net Wed Feb 28 03:38:54 2007
From: Johannes Berg <johannes@sipsolutions.net>
Date: Wed, 28 Feb 2007 12:38:31 +0100
Subject: driver core: export device_rename
To: Greg KH <greg@kroah.com>, linux-wireless <linux-wireless@vger.kernel.org>
Message-ID: <1172662711.3681.51.camel@johannes.berg>


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 |    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@sipsolutions.net are

-
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


!DSPAM:45e8931523627818312239!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-02 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-28 11:38 [PATCH] export device_rename Johannes Berg
2007-03-02 21:15 ` patch driver-core-export-device_rename.patch added to gregkh-2.6 tree gregkh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.