diff options
author | Vitaly Wool <vwool@ru.mvista.com> | 2006-11-16 04:19:11 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-11-16 14:43:37 -0500 |
commit | 84a763e3d1a47fa9308b8817f265e936e5f1000a (patch) | |
tree | 3d5a1564eaffd615727b94e1cb1f232f215c83d2 | |
parent | b86432b42eba5671969a9e6483ee219674b7ee25 (diff) |
[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>
-rw-r--r-- | drivers/video/pnx4008/pnxrgbfb.c | 2 | ||||
-rw-r--r-- | drivers/video/pnx4008/sdum.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/pnx4008/pnxrgbfb.c b/drivers/video/pnx4008/pnxrgbfb.c index 7d9453c91a42..bf36b68856dd 100644 --- a/drivers/video/pnx4008/pnxrgbfb.c +++ b/drivers/video/pnx4008/pnxrgbfb.c | |||
@@ -191,7 +191,7 @@ err: | |||
191 | 191 | ||
192 | static struct platform_driver rgbfb_driver = { | 192 | static struct platform_driver rgbfb_driver = { |
193 | .driver = { | 193 | .driver = { |
194 | .name = "rgbfb", | 194 | .name = "pnx4008-rgbfb", |
195 | }, | 195 | }, |
196 | .probe = rgbfb_probe, | 196 | .probe = rgbfb_probe, |
197 | .remove = rgbfb_remove, | 197 | .remove = rgbfb_remove, |
diff --git a/drivers/video/pnx4008/sdum.c b/drivers/video/pnx4008/sdum.c index 51f0ecc2a511..d23bf0d659b6 100644 --- a/drivers/video/pnx4008/sdum.c +++ b/drivers/video/pnx4008/sdum.c | |||
@@ -848,7 +848,7 @@ static int sdum_remove(struct platform_device *pdev) | |||
848 | 848 | ||
849 | static struct platform_driver sdum_driver = { | 849 | static struct platform_driver sdum_driver = { |
850 | .driver = { | 850 | .driver = { |
851 | .name = "sdum", | 851 | .name = "pnx4008-sdum", |
852 | }, | 852 | }, |
853 | .probe = sdum_probe, | 853 | .probe = sdum_probe, |
854 | .remove = sdum_remove, | 854 | .remove = sdum_remove, |