We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfc291 commit c9e2faeCopy full SHA for c9e2fae
sound/soc/ux500/mop500.c
@@ -159,7 +159,6 @@ static const struct of_device_id snd_soc_mop500_match[] = {
159
160
static struct platform_driver snd_soc_mop500_driver = {
161
.driver = {
162
- .owner = THIS_MODULE,
163
.name = "snd-soc-mop500",
164
.of_match_table = snd_soc_mop500_match,
165
},
sound/soc/ux500/ux500_msp_dai.c
@@ -856,7 +856,6 @@ static const struct of_device_id ux500_msp_i2s_match[] = {
856
static struct platform_driver msp_i2s_driver = {
857
858
.name = "ux500-msp-i2s",
859
860
.of_match_table = ux500_msp_i2s_match,
861
862
.probe = ux500_msp_drv_probe,
0 commit comments