[PATCH] pnx4008: rename driver

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

Signed-off-by: Vitaly Wool <vwool@ru.mvista.com>
Acked-by: James Simmons <jsimmons@infradead.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Vitaly Wool 2006-11-16 01:19:11 -08:00 committed by Linus Torvalds
parent b86432b42e
commit 84a763e3d1
2 changed files with 2 additions and 2 deletions

View file

@ -191,7 +191,7 @@ err:
static struct platform_driver rgbfb_driver = {
.driver = {
.name = "rgbfb",
.name = "pnx4008-rgbfb",
},
.probe = rgbfb_probe,
.remove = rgbfb_remove,

View 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,