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>
This commit is contained in:
Родитель
3c1af8802e
Коммит
20d7e389f2
|
@ -455,7 +455,6 @@ static struct platform_driver jz4740_i2s_driver = {
|
|||
.probe = jz4740_i2s_dev_probe,
|
||||
.driver = {
|
||||
.name = "jz4740-i2s",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
@ -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,
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче