A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
@@ -329,7 +329,6 @@ static struct platform_driver bcma_sflash_driver = {
.remove = bcm47xxsflash_bcma_remove,
.driver = {
.name = "bcma_sflash",
- .owner = THIS_MODULE,
},
};
@@ -2129,7 +2129,6 @@ static int __exit docg3_release(struct platform_device *pdev)
static struct platform_driver g3_driver = {
.name = "docg3",
.suspend = docg3_suspend,
.resume = docg3_resume,
@@ -1079,7 +1079,6 @@ static struct platform_driver spear_smi_driver = {
.name = "smi",
.bus = &platform_bus_type,
.of_match_table = of_match_ptr(spear_smi_id_table),
.pm = &spear_smi_pm_ops,
@@ -2069,7 +2069,6 @@ static struct platform_driver stfsm_driver = {
.remove = stfsm_remove,
.name = "st-spi-fsm",
.of_match_table = stfsm_match,