Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84a763e3 authored by Vitaly Wool's avatar Vitaly Wool Committed by Linus Torvalds
Browse files

[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: default avatarVitaly Wool <vwool@ru.mvista.com>
Acked-by: default avatarJames Simmons <jsimmons@infradead.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b86432b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ static int __devinit rgbfb_probe(struct platform_device *pdev)

static struct platform_driver rgbfb_driver = {
	.driver = {
		.name = "rgbfb",
		.name = "pnx4008-rgbfb",
	},
	.probe = rgbfb_probe,
	.remove = rgbfb_remove,
+1 −1
Original line number Diff line number Diff line
@@ -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,