[PATCH] pnx4008: rename driver
authorVitaly Wool <[email protected]>
Thu, 16 Nov 2006 09:19:11 +0000 (01:19 -0800)
committerLinus Torvalds <[email protected]>
Thu, 16 Nov 2006 19:43:37 +0000 (11:43 -0800)
Make the drivers' names less generic to avoid possible confusion in future,
as was requested by Russell King.

Signed-off-by: Vitaly Wool <[email protected]>
Acked-by: James Simmons <[email protected]>
Cc: Russell King <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/pnx4008/pnxrgbfb.c
drivers/video/pnx4008/sdum.c

index 7d9453c91a4283d5dd24153b48ac99ce290266ef..bf36b68856dda053b9a876c8abd190946962d2f4 100644 (file)
@@ -191,7 +191,7 @@ err:
 
 static struct platform_driver rgbfb_driver = {
        .driver = {
-               .name = "rgbfb",
+               .name = "pnx4008-rgbfb",
        },
        .probe = rgbfb_probe,
        .remove = rgbfb_remove,
index 51f0ecc2a511d3e546794355958deb58ca855d91..d23bf0d659b63c97b12be85f8b805c8de81cd31d 100644 (file)
@@ -848,7 +848,7 @@ static int sdum_remove(struct platform_device *pdev)
 
 static struct platform_driver sdum_driver = {
        .driver = {
-               .name = "sdum",
+               .name = "pnx4008-sdum",
        },
        .probe = sdum_probe,
        .remove = sdum_remove,