linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pnx4008: rename driver
@ 2006-11-09 16:46 Vitaly Wool
  2006-11-14 15:35 ` James Simmons
  0 siblings, 1 reply; 2+ messages in thread
From: Vitaly Wool @ 2006-11-09 16:46 UTC (permalink / raw)
  To: linux-fbdev-devel

Hello folks,

the patch inlined below makes the drivers' names less generic to avoid
possible confusion in future, as was requested by Russell King.

 drivers/video/pnx4008/pnxrgbfb.c |    2 +-
 drivers/video/pnx4008/sdum.c     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Signed-off-by: Vitaly Wool <vwool@ru.mvista.com>

Index: linux-2.6.18/drivers/video/pnx4008/pnxrgbfb.c
===================================================================
--- linux-2.6.18.orig/drivers/video/pnx4008/pnxrgbfb.c
+++ linux-2.6.18/drivers/video/pnx4008/pnxrgbfb.c
@@ -191,7 +191,7 @@ err:
 
 static struct platform_driver rgbfb_driver = {
 	.driver = {
-		.name = "rgbfb",
+		.name = "pnx4008-rgbfb",
 	},
 	.probe = rgbfb_probe,
 	.remove = rgbfb_remove,
Index: linux-2.6.18/drivers/video/pnx4008/sdum.c
===================================================================
--- linux-2.6.18.orig/drivers/video/pnx4008/sdum.c
+++ linux-2.6.18/drivers/video/pnx4008/sdum.c
@@ -848,7 +848,7 @@ static int sdum_remove(struct platform_d
 
 static struct platform_driver sdum_driver = {
 	.driver = {
-		.name = "sdum",
+		.name = "pnx4008-sdum",
 	},
 	.probe = sdum_probe,
 	.remove = sdum_remove,

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

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

end of thread, other threads:[~2006-11-14 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-09 16:46 [PATCH] pnx4008: rename driver Vitaly Wool
2006-11-14 15:35 ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).