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>
@@ -606,7 +606,6 @@ static struct platform_driver s6000_i2s_driver = {
.remove = s6000_i2s_remove,
.driver = {
.name = "s6000-i2s",
- .owner = THIS_MODULE,
},
};
@@ -507,7 +507,6 @@ static int s6000_soc_platform_remove(struct platform_device *pdev)
static struct platform_driver s6000_pcm_driver = {
.name = "s6000-pcm-audio",
.probe = s6000_soc_platform_probe,