forked from luck/tmp_suning_uos_patched
ASoC: ux500: 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:
parent
1cfc291a30
commit
c9e2faeb20
|
@ -159,7 +159,6 @@ static const struct of_device_id snd_soc_mop500_match[] = {
|
||||||
|
|
||||||
static struct platform_driver snd_soc_mop500_driver = {
|
static struct platform_driver snd_soc_mop500_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.name = "snd-soc-mop500",
|
.name = "snd-soc-mop500",
|
||||||
.of_match_table = snd_soc_mop500_match,
|
.of_match_table = snd_soc_mop500_match,
|
||||||
},
|
},
|
||||||
|
|
|
@ -856,7 +856,6 @@ static const struct of_device_id ux500_msp_i2s_match[] = {
|
||||||
static struct platform_driver msp_i2s_driver = {
|
static struct platform_driver msp_i2s_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "ux500-msp-i2s",
|
.name = "ux500-msp-i2s",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = ux500_msp_i2s_match,
|
.of_match_table = ux500_msp_i2s_match,
|
||||||
},
|
},
|
||||||
.probe = ux500_msp_drv_probe,
|
.probe = ux500_msp_drv_probe,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user