1
0
Fork 0

ASoC: jz4740: 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>
wifi-calibration
Wolfram Sang 2014-10-20 16:22:09 +02:00
parent 3c1af8802e
commit 20d7e389f2
2 changed files with 0 additions and 2 deletions

View File

@ -455,7 +455,6 @@ static struct platform_driver jz4740_i2s_driver = {
.probe = jz4740_i2s_dev_probe,
.driver = {
.name = "jz4740-i2s",
.owner = THIS_MODULE,
},
};

View File

@ -107,7 +107,6 @@ static int qi_lb60_probe(struct platform_device *pdev)
static struct platform_driver qi_lb60_driver = {
.driver = {
.name = "qi-lb60-audio",
.owner = THIS_MODULE,
},
.probe = qi_lb60_probe,
};