提交 84a763e3 编写于 作者: V Vitaly Wool 提交者: Linus Torvalds

[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: NVitaly Wool <vwool@ru.mvista.com>
Acked-by: NJames Simmons <jsimmons@infradead.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 b86432b4
......@@ -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,
......
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册