Commit a961f40e authored by Wolfram Sang's avatar Wolfram Sang

ARM: mach-pxa: drop owner assignment from platform_drivers

A platform_driver does not need to set an owner, it will be populated by the
driver core.
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent ea18faf9
...@@ -379,7 +379,6 @@ static int pxa3xx_u2d_remove(struct platform_device *pdev) ...@@ -379,7 +379,6 @@ static int pxa3xx_u2d_remove(struct platform_device *pdev)
static struct platform_driver pxa3xx_u2d_ulpi_driver = { static struct platform_driver pxa3xx_u2d_ulpi_driver = {
.driver = { .driver = {
.name = "pxa3xx-u2d", .name = "pxa3xx-u2d",
.owner = THIS_MODULE,
}, },
.probe = pxa3xx_u2d_probe, .probe = pxa3xx_u2d_probe,
.remove = pxa3xx_u2d_remove, .remove = pxa3xx_u2d_remove,
......
...@@ -129,7 +129,6 @@ static struct platform_driver tosa_bt_driver = { ...@@ -129,7 +129,6 @@ static struct platform_driver tosa_bt_driver = {
.driver = { .driver = {
.name = "tosa-bt", .name = "tosa-bt",
.owner = THIS_MODULE,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment