ASoC: s6000: 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: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
Wolfram Sang 2014-10-20 16:22:12 +02:00
parent d20114fd74
commit bc46ec16a5
2 changed files with 0 additions and 2 deletions

View File

@ -606,7 +606,6 @@ static struct platform_driver s6000_i2s_driver = {
.remove = s6000_i2s_remove,
.driver = {
.name = "s6000-i2s",
.owner = THIS_MODULE,
},
};

View File

@ -507,7 +507,6 @@ static int s6000_soc_platform_remove(struct platform_device *pdev)
static struct platform_driver s6000_pcm_driver = {
.driver = {
.name = "s6000-pcm-audio",
.owner = THIS_MODULE,
},
.probe = s6000_soc_platform_probe,