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>
@@ -46,7 +46,6 @@ static struct platform_driver dcdc_driver = {
.probe = dcdc_probe,
.driver = {
.name = "dcdc-xrx200",
- .owner = THIS_MODULE,
.of_match_table = dcdc_match,
},
};
@@ -261,7 +261,6 @@ static struct platform_driver dma_driver = {
.probe = ltq_dma_init,
.name = "dma-xway",
.of_match_table = dma_match,
@@ -193,7 +193,6 @@ static struct platform_driver dma_driver = {
.probe = gptu_probe,
.name = "gptu-xway",
.of_match_table = gptu_match,
@@ -85,7 +85,6 @@ static struct platform_driver xway_phy_driver = {
.probe = xway_phy_fw_probe,
.name = "phy-xrx200",
.of_match_table = xway_phy_match,