diff options
Diffstat (limited to 'sound/soc')
184 files changed, 0 insertions, 185 deletions
diff --git a/sound/soc/adi/axi-i2s.c b/sound/soc/adi/axi-i2s.c index 6058c1fd5070..7752860f7230 100644 --- a/sound/soc/adi/axi-i2s.c +++ b/sound/soc/adi/axi-i2s.c | |||
@@ -263,7 +263,6 @@ MODULE_DEVICE_TABLE(of, axi_i2s_of_match); | |||
263 | static struct platform_driver axi_i2s_driver = { | 263 | static struct platform_driver axi_i2s_driver = { |
264 | .driver = { | 264 | .driver = { |
265 | .name = "axi-i2s", | 265 | .name = "axi-i2s", |
266 | .owner = THIS_MODULE, | ||
267 | .of_match_table = axi_i2s_of_match, | 266 | .of_match_table = axi_i2s_of_match, |
268 | }, | 267 | }, |
269 | .probe = axi_i2s_probe, | 268 | .probe = axi_i2s_probe, |
diff --git a/sound/soc/adi/axi-spdif.c b/sound/soc/adi/axi-spdif.c index 198e3a4640f6..d7259d412892 100644 --- a/sound/soc/adi/axi-spdif.c +++ b/sound/soc/adi/axi-spdif.c | |||
@@ -258,7 +258,6 @@ MODULE_DEVICE_TABLE(of, axi_spdif_of_match); | |||
258 | static struct platform_driver axi_spdif_driver = { | 258 | static struct platform_driver axi_spdif_driver = { |
259 | .driver = { | 259 | .driver = { |
260 | .name = "axi-spdif", | 260 | .name = "axi-spdif", |
261 | .owner = THIS_MODULE, | ||
262 | .of_match_table = axi_spdif_of_match, | 261 | .of_match_table = axi_spdif_of_match, |
263 | }, | 262 | }, |
264 | .probe = axi_spdif_probe, | 263 | .probe = axi_spdif_probe, |
diff --git a/sound/soc/atmel/atmel_wm8904.c b/sound/soc/atmel/atmel_wm8904.c index 4052268ce462..aa354e1c6ff7 100644 --- a/sound/soc/atmel/atmel_wm8904.c +++ b/sound/soc/atmel/atmel_wm8904.c | |||
@@ -181,7 +181,6 @@ static const struct of_device_id atmel_asoc_wm8904_dt_ids[] = { | |||
181 | static struct platform_driver atmel_asoc_wm8904_driver = { | 181 | static struct platform_driver atmel_asoc_wm8904_driver = { |
182 | .driver = { | 182 | .driver = { |
183 | .name = "atmel-wm8904-audio", | 183 | .name = "atmel-wm8904-audio", |
184 | .owner = THIS_MODULE, | ||
185 | .of_match_table = of_match_ptr(atmel_asoc_wm8904_dt_ids), | 184 | .of_match_table = of_match_ptr(atmel_asoc_wm8904_dt_ids), |
186 | }, | 185 | }, |
187 | .probe = atmel_asoc_wm8904_probe, | 186 | .probe = atmel_asoc_wm8904_probe, |
diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c index bb1149126c54..66b66d0e7514 100644 --- a/sound/soc/atmel/sam9g20_wm8731.c +++ b/sound/soc/atmel/sam9g20_wm8731.c | |||
@@ -309,7 +309,6 @@ MODULE_DEVICE_TABLE(of, at91sam9g20ek_wm8731_dt_ids); | |||
309 | static struct platform_driver at91sam9g20ek_audio_driver = { | 309 | static struct platform_driver at91sam9g20ek_audio_driver = { |
310 | .driver = { | 310 | .driver = { |
311 | .name = "at91sam9g20ek-audio", | 311 | .name = "at91sam9g20ek-audio", |
312 | .owner = THIS_MODULE, | ||
313 | .of_match_table = of_match_ptr(at91sam9g20ek_wm8731_dt_ids), | 312 | .of_match_table = of_match_ptr(at91sam9g20ek_wm8731_dt_ids), |
314 | }, | 313 | }, |
315 | .probe = at91sam9g20ek_audio_probe, | 314 | .probe = at91sam9g20ek_audio_probe, |
diff --git a/sound/soc/atmel/sam9x5_wm8731.c b/sound/soc/atmel/sam9x5_wm8731.c index 3188036a18f0..ccdf547f4d8c 100644 --- a/sound/soc/atmel/sam9x5_wm8731.c +++ b/sound/soc/atmel/sam9x5_wm8731.c | |||
@@ -192,7 +192,6 @@ MODULE_DEVICE_TABLE(of, sam9x5_wm8731_of_match); | |||
192 | static struct platform_driver sam9x5_wm8731_driver = { | 192 | static struct platform_driver sam9x5_wm8731_driver = { |
193 | .driver = { | 193 | .driver = { |
194 | .name = DRV_NAME, | 194 | .name = DRV_NAME, |
195 | .owner = THIS_MODULE, | ||
196 | .of_match_table = of_match_ptr(sam9x5_wm8731_of_match), | 195 | .of_match_table = of_match_ptr(sam9x5_wm8731_of_match), |
197 | }, | 196 | }, |
198 | .probe = sam9x5_wm8731_driver_probe, | 197 | .probe = sam9x5_wm8731_driver_probe, |
diff --git a/sound/soc/au1x/ac97c.c b/sound/soc/au1x/ac97c.c index 5159a50a45a6..29a97d52e8ad 100644 --- a/sound/soc/au1x/ac97c.c +++ b/sound/soc/au1x/ac97c.c | |||
@@ -334,7 +334,6 @@ static const struct dev_pm_ops au1xpscac97_pmops = { | |||
334 | static struct platform_driver au1xac97c_driver = { | 334 | static struct platform_driver au1xac97c_driver = { |
335 | .driver = { | 335 | .driver = { |
336 | .name = "alchemy-ac97c", | 336 | .name = "alchemy-ac97c", |
337 | .owner = THIS_MODULE, | ||
338 | .pm = AU1XPSCAC97_PMOPS, | 337 | .pm = AU1XPSCAC97_PMOPS, |
339 | }, | 338 | }, |
340 | .probe = au1xac97c_drvprobe, | 339 | .probe = au1xac97c_drvprobe, |
diff --git a/sound/soc/au1x/db1000.c b/sound/soc/au1x/db1000.c index 376d976bcc2d..452f404abfd2 100644 --- a/sound/soc/au1x/db1000.c +++ b/sound/soc/au1x/db1000.c | |||
@@ -51,7 +51,6 @@ static int db1000_audio_remove(struct platform_device *pdev) | |||
51 | static struct platform_driver db1000_audio_driver = { | 51 | static struct platform_driver db1000_audio_driver = { |
52 | .driver = { | 52 | .driver = { |
53 | .name = "db1000-audio", | 53 | .name = "db1000-audio", |
54 | .owner = THIS_MODULE, | ||
55 | .pm = &snd_soc_pm_ops, | 54 | .pm = &snd_soc_pm_ops, |
56 | }, | 55 | }, |
57 | .probe = db1000_audio_probe, | 56 | .probe = db1000_audio_probe, |
diff --git a/sound/soc/au1x/db1200.c b/sound/soc/au1x/db1200.c index decba87a074c..a747ac0b399f 100644 --- a/sound/soc/au1x/db1200.c +++ b/sound/soc/au1x/db1200.c | |||
@@ -200,7 +200,6 @@ static int db1200_audio_remove(struct platform_device *pdev) | |||
200 | static struct platform_driver db1200_audio_driver = { | 200 | static struct platform_driver db1200_audio_driver = { |
201 | .driver = { | 201 | .driver = { |
202 | .name = "db1200-ac97", | 202 | .name = "db1200-ac97", |
203 | .owner = THIS_MODULE, | ||
204 | .pm = &snd_soc_pm_ops, | 203 | .pm = &snd_soc_pm_ops, |
205 | }, | 204 | }, |
206 | .id_table = db1200_pids, | 205 | .id_table = db1200_pids, |
diff --git a/sound/soc/au1x/dbdma2.c b/sound/soc/au1x/dbdma2.c index 17a24d804734..b06b8d8128c6 100644 --- a/sound/soc/au1x/dbdma2.c +++ b/sound/soc/au1x/dbdma2.c | |||
@@ -363,7 +363,6 @@ static int au1xpsc_pcm_drvremove(struct platform_device *pdev) | |||
363 | static struct platform_driver au1xpsc_pcm_driver = { | 363 | static struct platform_driver au1xpsc_pcm_driver = { |
364 | .driver = { | 364 | .driver = { |
365 | .name = "au1xpsc-pcm", | 365 | .name = "au1xpsc-pcm", |
366 | .owner = THIS_MODULE, | ||
367 | }, | 366 | }, |
368 | .probe = au1xpsc_pcm_drvprobe, | 367 | .probe = au1xpsc_pcm_drvprobe, |
369 | .remove = au1xpsc_pcm_drvremove, | 368 | .remove = au1xpsc_pcm_drvremove, |
diff --git a/sound/soc/au1x/dma.c b/sound/soc/au1x/dma.c index e920b60bf6c2..6ffaaff469c7 100644 --- a/sound/soc/au1x/dma.c +++ b/sound/soc/au1x/dma.c | |||
@@ -331,7 +331,6 @@ static int alchemy_pcm_drvremove(struct platform_device *pdev) | |||
331 | static struct platform_driver alchemy_pcmdma_driver = { | 331 | static struct platform_driver alchemy_pcmdma_driver = { |
332 | .driver = { | 332 | .driver = { |
333 | .name = "alchemy-pcm-dma", | 333 | .name = "alchemy-pcm-dma", |
334 | .owner = THIS_MODULE, | ||
335 | }, | 334 | }, |
336 | .probe = alchemy_pcm_drvprobe, | 335 | .probe = alchemy_pcm_drvprobe, |
337 | .remove = alchemy_pcm_drvremove, | 336 | .remove = alchemy_pcm_drvremove, |
diff --git a/sound/soc/au1x/i2sc.c b/sound/soc/au1x/i2sc.c index b3f37f6edbcb..450c842c776c 100644 --- a/sound/soc/au1x/i2sc.c +++ b/sound/soc/au1x/i2sc.c | |||
@@ -310,7 +310,6 @@ static const struct dev_pm_ops au1xi2sc_pmops = { | |||
310 | static struct platform_driver au1xi2s_driver = { | 310 | static struct platform_driver au1xi2s_driver = { |
311 | .driver = { | 311 | .driver = { |
312 | .name = "alchemy-i2sc", | 312 | .name = "alchemy-i2sc", |
313 | .owner = THIS_MODULE, | ||
314 | .pm = AU1XI2SC_PMOPS, | 313 | .pm = AU1XI2SC_PMOPS, |
315 | }, | 314 | }, |
316 | .probe = au1xi2s_drvprobe, | 315 | .probe = au1xi2s_drvprobe, |
diff --git a/sound/soc/au1x/psc-ac97.c b/sound/soc/au1x/psc-ac97.c index c6daec98ff89..bb53c7059005 100644 --- a/sound/soc/au1x/psc-ac97.c +++ b/sound/soc/au1x/psc-ac97.c | |||
@@ -490,7 +490,6 @@ static struct dev_pm_ops au1xpscac97_pmops = { | |||
490 | static struct platform_driver au1xpsc_ac97_driver = { | 490 | static struct platform_driver au1xpsc_ac97_driver = { |
491 | .driver = { | 491 | .driver = { |
492 | .name = "au1xpsc_ac97", | 492 | .name = "au1xpsc_ac97", |
493 | .owner = THIS_MODULE, | ||
494 | .pm = AU1XPSCAC97_PMOPS, | 493 | .pm = AU1XPSCAC97_PMOPS, |
495 | }, | 494 | }, |
496 | .probe = au1xpsc_ac97_drvprobe, | 495 | .probe = au1xpsc_ac97_drvprobe, |
diff --git a/sound/soc/au1x/psc-i2s.c b/sound/soc/au1x/psc-i2s.c index 814beffc56f2..e742ef668496 100644 --- a/sound/soc/au1x/psc-i2s.c +++ b/sound/soc/au1x/psc-i2s.c | |||
@@ -419,7 +419,6 @@ static struct dev_pm_ops au1xpsci2s_pmops = { | |||
419 | static struct platform_driver au1xpsc_i2s_driver = { | 419 | static struct platform_driver au1xpsc_i2s_driver = { |
420 | .driver = { | 420 | .driver = { |
421 | .name = "au1xpsc_i2s", | 421 | .name = "au1xpsc_i2s", |
422 | .owner = THIS_MODULE, | ||
423 | .pm = AU1XPSCI2S_PMOPS, | 422 | .pm = AU1XPSCI2S_PMOPS, |
424 | }, | 423 | }, |
425 | .probe = au1xpsc_i2s_drvprobe, | 424 | .probe = au1xpsc_i2s_drvprobe, |
diff --git a/sound/soc/bcm/bcm2835-i2s.c b/sound/soc/bcm/bcm2835-i2s.c index 2685fe4f8427..03fa1cbf8ec1 100644 --- a/sound/soc/bcm/bcm2835-i2s.c +++ b/sound/soc/bcm/bcm2835-i2s.c | |||
@@ -866,7 +866,6 @@ static struct platform_driver bcm2835_i2s_driver = { | |||
866 | .probe = bcm2835_i2s_probe, | 866 | .probe = bcm2835_i2s_probe, |
867 | .driver = { | 867 | .driver = { |
868 | .name = "bcm2835-i2s", | 868 | .name = "bcm2835-i2s", |
869 | .owner = THIS_MODULE, | ||
870 | .of_match_table = bcm2835_i2s_of_match, | 869 | .of_match_table = bcm2835_i2s_of_match, |
871 | }, | 870 | }, |
872 | }; | 871 | }; |
diff --git a/sound/soc/blackfin/bf5xx-ac97-pcm.c b/sound/soc/blackfin/bf5xx-ac97-pcm.c index cdb8ee75ded9..238913e030e0 100644 --- a/sound/soc/blackfin/bf5xx-ac97-pcm.c +++ b/sound/soc/blackfin/bf5xx-ac97-pcm.c | |||
@@ -462,7 +462,6 @@ static int bf5xx_soc_platform_remove(struct platform_device *pdev) | |||
462 | static struct platform_driver bf5xx_pcm_driver = { | 462 | static struct platform_driver bf5xx_pcm_driver = { |
463 | .driver = { | 463 | .driver = { |
464 | .name = "bfin-ac97-pcm-audio", | 464 | .name = "bfin-ac97-pcm-audio", |
465 | .owner = THIS_MODULE, | ||
466 | }, | 465 | }, |
467 | 466 | ||
468 | .probe = bf5xx_soc_platform_probe, | 467 | .probe = bf5xx_soc_platform_probe, |
diff --git a/sound/soc/blackfin/bf5xx-ac97.c b/sound/soc/blackfin/bf5xx-ac97.c index 6bf21a6c02e4..a040cfe29fc0 100644 --- a/sound/soc/blackfin/bf5xx-ac97.c +++ b/sound/soc/blackfin/bf5xx-ac97.c | |||
@@ -375,7 +375,6 @@ static int asoc_bfin_ac97_remove(struct platform_device *pdev) | |||
375 | static struct platform_driver asoc_bfin_ac97_driver = { | 375 | static struct platform_driver asoc_bfin_ac97_driver = { |
376 | .driver = { | 376 | .driver = { |
377 | .name = "bfin-ac97", | 377 | .name = "bfin-ac97", |
378 | .owner = THIS_MODULE, | ||
379 | }, | 378 | }, |
380 | 379 | ||
381 | .probe = asoc_bfin_ac97_probe, | 380 | .probe = asoc_bfin_ac97_probe, |
diff --git a/sound/soc/blackfin/bf5xx-ad1836.c b/sound/soc/blackfin/bf5xx-ad1836.c index 8fcfc4ec3a51..5bf1501e5e3c 100644 --- a/sound/soc/blackfin/bf5xx-ad1836.c +++ b/sound/soc/blackfin/bf5xx-ad1836.c | |||
@@ -104,7 +104,6 @@ static int bf5xx_ad1836_driver_remove(struct platform_device *pdev) | |||
104 | static struct platform_driver bf5xx_ad1836_driver = { | 104 | static struct platform_driver bf5xx_ad1836_driver = { |
105 | .driver = { | 105 | .driver = { |
106 | .name = "bfin-snd-ad1836", | 106 | .name = "bfin-snd-ad1836", |
107 | .owner = THIS_MODULE, | ||
108 | .pm = &snd_soc_pm_ops, | 107 | .pm = &snd_soc_pm_ops, |
109 | }, | 108 | }, |
110 | .probe = bf5xx_ad1836_driver_probe, | 109 | .probe = bf5xx_ad1836_driver_probe, |
diff --git a/sound/soc/blackfin/bf5xx-i2s-pcm.c b/sound/soc/blackfin/bf5xx-i2s-pcm.c index bcf591373a7a..d95477afcc67 100644 --- a/sound/soc/blackfin/bf5xx-i2s-pcm.c +++ b/sound/soc/blackfin/bf5xx-i2s-pcm.c | |||
@@ -354,7 +354,6 @@ static int bfin_i2s_soc_platform_remove(struct platform_device *pdev) | |||
354 | static struct platform_driver bfin_i2s_pcm_driver = { | 354 | static struct platform_driver bfin_i2s_pcm_driver = { |
355 | .driver = { | 355 | .driver = { |
356 | .name = "bfin-i2s-pcm-audio", | 356 | .name = "bfin-i2s-pcm-audio", |
357 | .owner = THIS_MODULE, | ||
358 | }, | 357 | }, |
359 | 358 | ||
360 | .probe = bfin_i2s_soc_platform_probe, | 359 | .probe = bfin_i2s_soc_platform_probe, |
diff --git a/sound/soc/blackfin/bf5xx-i2s.c b/sound/soc/blackfin/bf5xx-i2s.c index 39d774839b3e..b69aeef6418e 100644 --- a/sound/soc/blackfin/bf5xx-i2s.c +++ b/sound/soc/blackfin/bf5xx-i2s.c | |||
@@ -379,7 +379,6 @@ static struct platform_driver bfin_i2s_driver = { | |||
379 | .remove = bf5xx_i2s_remove, | 379 | .remove = bf5xx_i2s_remove, |
380 | .driver = { | 380 | .driver = { |
381 | .name = "bfin-i2s", | 381 | .name = "bfin-i2s", |
382 | .owner = THIS_MODULE, | ||
383 | }, | 382 | }, |
384 | }; | 383 | }; |
385 | 384 | ||
diff --git a/sound/soc/blackfin/bf6xx-i2s.c b/sound/soc/blackfin/bf6xx-i2s.c index 5810a0603f2f..bd3b4d464145 100644 --- a/sound/soc/blackfin/bf6xx-i2s.c +++ b/sound/soc/blackfin/bf6xx-i2s.c | |||
@@ -229,7 +229,6 @@ static struct platform_driver bfin_i2s_driver = { | |||
229 | .remove = bfin_i2s_remove, | 229 | .remove = bfin_i2s_remove, |
230 | .driver = { | 230 | .driver = { |
231 | .name = "bfin-i2s", | 231 | .name = "bfin-i2s", |
232 | .owner = THIS_MODULE, | ||
233 | }, | 232 | }, |
234 | }; | 233 | }; |
235 | 234 | ||
diff --git a/sound/soc/blackfin/bfin-eval-adau1373.c b/sound/soc/blackfin/bfin-eval-adau1373.c index 4ef9683bcad8..523baf5820d7 100644 --- a/sound/soc/blackfin/bfin-eval-adau1373.c +++ b/sound/soc/blackfin/bfin-eval-adau1373.c | |||
@@ -169,7 +169,6 @@ static int bfin_eval_adau1373_remove(struct platform_device *pdev) | |||
169 | static struct platform_driver bfin_eval_adau1373_driver = { | 169 | static struct platform_driver bfin_eval_adau1373_driver = { |
170 | .driver = { | 170 | .driver = { |
171 | .name = "bfin-eval-adau1373", | 171 | .name = "bfin-eval-adau1373", |
172 | .owner = THIS_MODULE, | ||
173 | .pm = &snd_soc_pm_ops, | 172 | .pm = &snd_soc_pm_ops, |
174 | }, | 173 | }, |
175 | .probe = bfin_eval_adau1373_probe, | 174 | .probe = bfin_eval_adau1373_probe, |
diff --git a/sound/soc/blackfin/bfin-eval-adau1701.c b/sound/soc/blackfin/bfin-eval-adau1701.c index 3b55081a96c0..f9e926dfd4ef 100644 --- a/sound/soc/blackfin/bfin-eval-adau1701.c +++ b/sound/soc/blackfin/bfin-eval-adau1701.c | |||
@@ -109,7 +109,6 @@ static int bfin_eval_adau1701_remove(struct platform_device *pdev) | |||
109 | static struct platform_driver bfin_eval_adau1701_driver = { | 109 | static struct platform_driver bfin_eval_adau1701_driver = { |
110 | .driver = { | 110 | .driver = { |
111 | .name = "bfin-eval-adau1701", | 111 | .name = "bfin-eval-adau1701", |
112 | .owner = THIS_MODULE, | ||
113 | .pm = &snd_soc_pm_ops, | 112 | .pm = &snd_soc_pm_ops, |
114 | }, | 113 | }, |
115 | .probe = bfin_eval_adau1701_probe, | 114 | .probe = bfin_eval_adau1701_probe, |
diff --git a/sound/soc/blackfin/bfin-eval-adau1x61.c b/sound/soc/blackfin/bfin-eval-adau1x61.c index 3011906f9d3b..4229f76daec9 100644 --- a/sound/soc/blackfin/bfin-eval-adau1x61.c +++ b/sound/soc/blackfin/bfin-eval-adau1x61.c | |||
@@ -129,7 +129,6 @@ static int bfin_eval_adau1x61_probe(struct platform_device *pdev) | |||
129 | static struct platform_driver bfin_eval_adau1x61_driver = { | 129 | static struct platform_driver bfin_eval_adau1x61_driver = { |
130 | .driver = { | 130 | .driver = { |
131 | .name = "bfin-eval-adau1x61", | 131 | .name = "bfin-eval-adau1x61", |
132 | .owner = THIS_MODULE, | ||
133 | .pm = &snd_soc_pm_ops, | 132 | .pm = &snd_soc_pm_ops, |
134 | }, | 133 | }, |
135 | .probe = bfin_eval_adau1x61_probe, | 134 | .probe = bfin_eval_adau1x61_probe, |
diff --git a/sound/soc/blackfin/bfin-eval-adau1x81.c b/sound/soc/blackfin/bfin-eval-adau1x81.c index 5c380f6aed1a..3e01cbe53fc7 100644 --- a/sound/soc/blackfin/bfin-eval-adau1x81.c +++ b/sound/soc/blackfin/bfin-eval-adau1x81.c | |||
@@ -117,7 +117,6 @@ static int bfin_eval_adau1x81_probe(struct platform_device *pdev) | |||
117 | static struct platform_driver bfin_eval_adau1x81_driver = { | 117 | static struct platform_driver bfin_eval_adau1x81_driver = { |
118 | .driver = { | 118 | .driver = { |
119 | .name = "bfin-eval-adau1x81", | 119 | .name = "bfin-eval-adau1x81", |
120 | .owner = THIS_MODULE, | ||
121 | .pm = &snd_soc_pm_ops, | 120 | .pm = &snd_soc_pm_ops, |
122 | }, | 121 | }, |
123 | .probe = bfin_eval_adau1x81_probe, | 122 | .probe = bfin_eval_adau1x81_probe, |
diff --git a/sound/soc/blackfin/bfin-eval-adav80x.c b/sound/soc/blackfin/bfin-eval-adav80x.c index 3b1b61a44815..27eee66afdb2 100644 --- a/sound/soc/blackfin/bfin-eval-adav80x.c +++ b/sound/soc/blackfin/bfin-eval-adav80x.c | |||
@@ -141,7 +141,6 @@ MODULE_DEVICE_TABLE(platform, bfin_eval_adav80x_ids); | |||
141 | static struct platform_driver bfin_eval_adav80x_driver = { | 141 | static struct platform_driver bfin_eval_adav80x_driver = { |
142 | .driver = { | 142 | .driver = { |
143 | .name = "bfin-eval-adav80x", | 143 | .name = "bfin-eval-adav80x", |
144 | .owner = THIS_MODULE, | ||
145 | .pm = &snd_soc_pm_ops, | 144 | .pm = &snd_soc_pm_ops, |
146 | }, | 145 | }, |
147 | .probe = bfin_eval_adav80x_probe, | 146 | .probe = bfin_eval_adav80x_probe, |
diff --git a/sound/soc/cirrus/edb93xx.c b/sound/soc/cirrus/edb93xx.c index 4f900efc437c..85962657aabe 100644 --- a/sound/soc/cirrus/edb93xx.c +++ b/sound/soc/cirrus/edb93xx.c | |||
@@ -113,7 +113,6 @@ static int edb93xx_remove(struct platform_device *pdev) | |||
113 | static struct platform_driver edb93xx_driver = { | 113 | static struct platform_driver edb93xx_driver = { |
114 | .driver = { | 114 | .driver = { |
115 | .name = "edb93xx-audio", | 115 | .name = "edb93xx-audio", |
116 | .owner = THIS_MODULE, | ||
117 | }, | 116 | }, |
118 | .probe = edb93xx_probe, | 117 | .probe = edb93xx_probe, |
119 | .remove = edb93xx_remove, | 118 | .remove = edb93xx_remove, |
diff --git a/sound/soc/cirrus/ep93xx-ac97.c b/sound/soc/cirrus/ep93xx-ac97.c index 6b8a366b0211..bbf7a9266a99 100644 --- a/sound/soc/cirrus/ep93xx-ac97.c +++ b/sound/soc/cirrus/ep93xx-ac97.c | |||
@@ -439,7 +439,6 @@ static struct platform_driver ep93xx_ac97_driver = { | |||
439 | .remove = ep93xx_ac97_remove, | 439 | .remove = ep93xx_ac97_remove, |
440 | .driver = { | 440 | .driver = { |
441 | .name = "ep93xx-ac97", | 441 | .name = "ep93xx-ac97", |
442 | .owner = THIS_MODULE, | ||
443 | }, | 442 | }, |
444 | }; | 443 | }; |
445 | 444 | ||
diff --git a/sound/soc/cirrus/ep93xx-i2s.c b/sound/soc/cirrus/ep93xx-i2s.c index 943145f9d1b6..934f8aefdd90 100644 --- a/sound/soc/cirrus/ep93xx-i2s.c +++ b/sound/soc/cirrus/ep93xx-i2s.c | |||
@@ -451,7 +451,6 @@ static struct platform_driver ep93xx_i2s_driver = { | |||
451 | .remove = ep93xx_i2s_remove, | 451 | .remove = ep93xx_i2s_remove, |
452 | .driver = { | 452 | .driver = { |
453 | .name = "ep93xx-i2s", | 453 | .name = "ep93xx-i2s", |
454 | .owner = THIS_MODULE, | ||
455 | }, | 454 | }, |
456 | }; | 455 | }; |
457 | 456 | ||
diff --git a/sound/soc/cirrus/simone.c b/sound/soc/cirrus/simone.c index 822a19a89e74..1ec661834e5a 100644 --- a/sound/soc/cirrus/simone.c +++ b/sound/soc/cirrus/simone.c | |||
@@ -74,7 +74,6 @@ static int simone_remove(struct platform_device *pdev) | |||
74 | static struct platform_driver simone_driver = { | 74 | static struct platform_driver simone_driver = { |
75 | .driver = { | 75 | .driver = { |
76 | .name = "simone-audio", | 76 | .name = "simone-audio", |
77 | .owner = THIS_MODULE, | ||
78 | }, | 77 | }, |
79 | .probe = simone_probe, | 78 | .probe = simone_probe, |
80 | .remove = simone_remove, | 79 | .remove = simone_remove, |
diff --git a/sound/soc/cirrus/snappercl15.c b/sound/soc/cirrus/snappercl15.c index 5b68b106cfc2..98089df08df6 100644 --- a/sound/soc/cirrus/snappercl15.c +++ b/sound/soc/cirrus/snappercl15.c | |||
@@ -123,7 +123,6 @@ static int snappercl15_remove(struct platform_device *pdev) | |||
123 | static struct platform_driver snappercl15_driver = { | 123 | static struct platform_driver snappercl15_driver = { |
124 | .driver = { | 124 | .driver = { |
125 | .name = "snappercl15-audio", | 125 | .name = "snappercl15-audio", |
126 | .owner = THIS_MODULE, | ||
127 | }, | 126 | }, |
128 | .probe = snappercl15_probe, | 127 | .probe = snappercl15_probe, |
129 | .remove = snappercl15_remove, | 128 | .remove = snappercl15_remove, |
diff --git a/sound/soc/codecs/88pm860x-codec.c b/sound/soc/codecs/88pm860x-codec.c index e88a6b67f781..a2bf27f4baab 100644 --- a/sound/soc/codecs/88pm860x-codec.c +++ b/sound/soc/codecs/88pm860x-codec.c | |||
@@ -1423,7 +1423,6 @@ static int pm860x_codec_remove(struct platform_device *pdev) | |||
1423 | static struct platform_driver pm860x_codec_driver = { | 1423 | static struct platform_driver pm860x_codec_driver = { |
1424 | .driver = { | 1424 | .driver = { |
1425 | .name = "88pm860x-codec", | 1425 | .name = "88pm860x-codec", |
1426 | .owner = THIS_MODULE, | ||
1427 | }, | 1426 | }, |
1428 | .probe = pm860x_codec_probe, | 1427 | .probe = pm860x_codec_probe, |
1429 | .remove = pm860x_codec_remove, | 1428 | .remove = pm860x_codec_remove, |
diff --git a/sound/soc/codecs/ab8500-codec.c b/sound/soc/codecs/ab8500-codec.c index 7dfbc9921e91..7895689588da 100644 --- a/sound/soc/codecs/ab8500-codec.c +++ b/sound/soc/codecs/ab8500-codec.c | |||
@@ -2609,7 +2609,6 @@ static int ab8500_codec_driver_remove(struct platform_device *pdev) | |||
2609 | static struct platform_driver ab8500_codec_platform_driver = { | 2609 | static struct platform_driver ab8500_codec_platform_driver = { |
2610 | .driver = { | 2610 | .driver = { |
2611 | .name = "ab8500-codec", | 2611 | .name = "ab8500-codec", |
2612 | .owner = THIS_MODULE, | ||
2613 | }, | 2612 | }, |
2614 | .probe = ab8500_codec_driver_probe, | 2613 | .probe = ab8500_codec_driver_probe, |
2615 | .remove = ab8500_codec_driver_remove, | 2614 | .remove = ab8500_codec_driver_remove, |
diff --git a/sound/soc/codecs/ac97.c b/sound/soc/codecs/ac97.c index c6e5a313ebf4..d0ac723eee32 100644 --- a/sound/soc/codecs/ac97.c +++ b/sound/soc/codecs/ac97.c | |||
@@ -142,7 +142,6 @@ static int ac97_remove(struct platform_device *pdev) | |||
142 | static struct platform_driver ac97_codec_driver = { | 142 | static struct platform_driver ac97_codec_driver = { |
143 | .driver = { | 143 | .driver = { |
144 | .name = "ac97-codec", | 144 | .name = "ac97-codec", |
145 | .owner = THIS_MODULE, | ||
146 | }, | 145 | }, |
147 | 146 | ||
148 | .probe = ac97_probe, | 147 | .probe = ac97_probe, |
diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c index 2860eef8610c..3cc69a626454 100644 --- a/sound/soc/codecs/ad1980.c +++ b/sound/soc/codecs/ad1980.c | |||
@@ -334,7 +334,6 @@ static int ad1980_remove(struct platform_device *pdev) | |||
334 | static struct platform_driver ad1980_codec_driver = { | 334 | static struct platform_driver ad1980_codec_driver = { |
335 | .driver = { | 335 | .driver = { |
336 | .name = "ad1980", | 336 | .name = "ad1980", |
337 | .owner = THIS_MODULE, | ||
338 | }, | 337 | }, |
339 | 338 | ||
340 | .probe = ad1980_probe, | 339 | .probe = ad1980_probe, |
diff --git a/sound/soc/codecs/ad73311.c b/sound/soc/codecs/ad73311.c index 5fac8adbc136..a9400aef60b5 100644 --- a/sound/soc/codecs/ad73311.c +++ b/sound/soc/codecs/ad73311.c | |||
@@ -76,7 +76,6 @@ static int ad73311_remove(struct platform_device *pdev) | |||
76 | static struct platform_driver ad73311_codec_driver = { | 76 | static struct platform_driver ad73311_codec_driver = { |
77 | .driver = { | 77 | .driver = { |
78 | .name = "ad73311", | 78 | .name = "ad73311", |
79 | .owner = THIS_MODULE, | ||
80 | }, | 79 | }, |
81 | 80 | ||
82 | .probe = ad73311_probe, | 81 | .probe = ad73311_probe, |
diff --git a/sound/soc/codecs/ads117x.c b/sound/soc/codecs/ads117x.c index 8f388edff586..1222282e93c3 100644 --- a/sound/soc/codecs/ads117x.c +++ b/sound/soc/codecs/ads117x.c | |||
@@ -78,7 +78,6 @@ static int ads117x_remove(struct platform_device *pdev) | |||
78 | static struct platform_driver ads117x_codec_driver = { | 78 | static struct platform_driver ads117x_codec_driver = { |
79 | .driver = { | 79 | .driver = { |
80 | .name = "ads117x-codec", | 80 | .name = "ads117x-codec", |
81 | .owner = THIS_MODULE, | ||
82 | }, | 81 | }, |
83 | 82 | ||
84 | .probe = ads117x_probe, | 83 | .probe = ads117x_probe, |
diff --git a/sound/soc/codecs/ak4554.c b/sound/soc/codecs/ak4554.c index 79e9555766c0..16ce9f9fefa1 100644 --- a/sound/soc/codecs/ak4554.c +++ b/sound/soc/codecs/ak4554.c | |||
@@ -93,7 +93,6 @@ MODULE_DEVICE_TABLE(of, ak4554_of_match); | |||
93 | static struct platform_driver ak4554_driver = { | 93 | static struct platform_driver ak4554_driver = { |
94 | .driver = { | 94 | .driver = { |
95 | .name = "ak4554-adc-dac", | 95 | .name = "ak4554-adc-dac", |
96 | .owner = THIS_MODULE, | ||
97 | .of_match_table = ak4554_of_match, | 96 | .of_match_table = ak4554_of_match, |
98 | }, | 97 | }, |
99 | .probe = ak4554_soc_probe, | 98 | .probe = ak4554_soc_probe, |
diff --git a/sound/soc/codecs/ak5386.c b/sound/soc/codecs/ak5386.c index 8107a1cac876..afa95360826d 100644 --- a/sound/soc/codecs/ak5386.c +++ b/sound/soc/codecs/ak5386.c | |||
@@ -205,7 +205,6 @@ static struct platform_driver ak5386_driver = { | |||
205 | .remove = ak5386_remove, | 205 | .remove = ak5386_remove, |
206 | .driver = { | 206 | .driver = { |
207 | .name = "ak5386", | 207 | .name = "ak5386", |
208 | .owner = THIS_MODULE, | ||
209 | .of_match_table = of_match_ptr(ak5386_dt_ids), | 208 | .of_match_table = of_match_ptr(ak5386_dt_ids), |
210 | }, | 209 | }, |
211 | }; | 210 | }; |
diff --git a/sound/soc/codecs/bt-sco.c b/sound/soc/codecs/bt-sco.c index c4cf0699e77f..5075bf0a7276 100644 --- a/sound/soc/codecs/bt-sco.c +++ b/sound/soc/codecs/bt-sco.c | |||
@@ -77,7 +77,6 @@ MODULE_DEVICE_TABLE(platform, bt_sco_driver_ids); | |||
77 | static struct platform_driver bt_sco_driver = { | 77 | static struct platform_driver bt_sco_driver = { |
78 | .driver = { | 78 | .driver = { |
79 | .name = "bt-sco", | 79 | .name = "bt-sco", |
80 | .owner = THIS_MODULE, | ||
81 | }, | 80 | }, |
82 | .probe = bt_sco_probe, | 81 | .probe = bt_sco_probe, |
83 | .remove = bt_sco_remove, | 82 | .remove = bt_sco_remove, |
diff --git a/sound/soc/codecs/cq93vc.c b/sound/soc/codecs/cq93vc.c index 8d638e8aa8eb..d6dedd4eab29 100644 --- a/sound/soc/codecs/cq93vc.c +++ b/sound/soc/codecs/cq93vc.c | |||
@@ -151,7 +151,6 @@ static int cq93vc_platform_remove(struct platform_device *pdev) | |||
151 | static struct platform_driver cq93vc_codec_driver = { | 151 | static struct platform_driver cq93vc_codec_driver = { |
152 | .driver = { | 152 | .driver = { |
153 | .name = "cq93vc-codec", | 153 | .name = "cq93vc-codec", |
154 | .owner = THIS_MODULE, | ||
155 | }, | 154 | }, |
156 | 155 | ||
157 | .probe = cq93vc_platform_probe, | 156 | .probe = cq93vc_platform_probe, |
diff --git a/sound/soc/codecs/cx20442.c b/sound/soc/codecs/cx20442.c index 8f95b0300f1a..0b10979513c4 100644 --- a/sound/soc/codecs/cx20442.c +++ b/sound/soc/codecs/cx20442.c | |||
@@ -429,7 +429,6 @@ static int __exit cx20442_platform_remove(struct platform_device *pdev) | |||
429 | static struct platform_driver cx20442_platform_driver = { | 429 | static struct platform_driver cx20442_platform_driver = { |
430 | .driver = { | 430 | .driver = { |
431 | .name = "cx20442-codec", | 431 | .name = "cx20442-codec", |
432 | .owner = THIS_MODULE, | ||
433 | }, | 432 | }, |
434 | .probe = cx20442_platform_probe, | 433 | .probe = cx20442_platform_probe, |
435 | .remove = __exit_p(cx20442_platform_remove), | 434 | .remove = __exit_p(cx20442_platform_remove), |
diff --git a/sound/soc/codecs/dmic.c b/sound/soc/codecs/dmic.c index b2090b2a5e2d..fde53251c047 100644 --- a/sound/soc/codecs/dmic.c +++ b/sound/soc/codecs/dmic.c | |||
@@ -74,7 +74,6 @@ MODULE_ALIAS("platform:dmic-codec"); | |||
74 | static struct platform_driver dmic_driver = { | 74 | static struct platform_driver dmic_driver = { |
75 | .driver = { | 75 | .driver = { |
76 | .name = "dmic-codec", | 76 | .name = "dmic-codec", |
77 | .owner = THIS_MODULE, | ||
78 | }, | 77 | }, |
79 | .probe = dmic_dev_probe, | 78 | .probe = dmic_dev_probe, |
80 | .remove = dmic_dev_remove, | 79 | .remove = dmic_dev_remove, |
diff --git a/sound/soc/codecs/hdmi.c b/sound/soc/codecs/hdmi.c index 1391ad50f95d..bd42ad34e004 100644 --- a/sound/soc/codecs/hdmi.c +++ b/sound/soc/codecs/hdmi.c | |||
@@ -94,7 +94,6 @@ static int hdmi_codec_remove(struct platform_device *pdev) | |||
94 | static struct platform_driver hdmi_codec_driver = { | 94 | static struct platform_driver hdmi_codec_driver = { |
95 | .driver = { | 95 | .driver = { |
96 | .name = DRV_NAME, | 96 | .name = DRV_NAME, |
97 | .owner = THIS_MODULE, | ||
98 | .of_match_table = of_match_ptr(hdmi_audio_codec_ids), | 97 | .of_match_table = of_match_ptr(hdmi_audio_codec_ids), |
99 | }, | 98 | }, |
100 | 99 | ||
diff --git a/sound/soc/codecs/jz4740.c b/sound/soc/codecs/jz4740.c index df7c01cf7072..933f4476d76c 100644 --- a/sound/soc/codecs/jz4740.c +++ b/sound/soc/codecs/jz4740.c | |||
@@ -364,7 +364,6 @@ static struct platform_driver jz4740_codec_driver = { | |||
364 | .remove = jz4740_codec_remove, | 364 | .remove = jz4740_codec_remove, |
365 | .driver = { | 365 | .driver = { |
366 | .name = "jz4740-codec", | 366 | .name = "jz4740-codec", |
367 | .owner = THIS_MODULE, | ||
368 | }, | 367 | }, |
369 | }; | 368 | }; |
370 | 369 | ||
diff --git a/sound/soc/codecs/mc13783.c b/sound/soc/codecs/mc13783.c index 71f775aad7c7..c1e441c2c8af 100644 --- a/sound/soc/codecs/mc13783.c +++ b/sound/soc/codecs/mc13783.c | |||
@@ -802,7 +802,6 @@ static int mc13783_codec_remove(struct platform_device *pdev) | |||
802 | static struct platform_driver mc13783_codec_driver = { | 802 | static struct platform_driver mc13783_codec_driver = { |
803 | .driver = { | 803 | .driver = { |
804 | .name = "mc13783-codec", | 804 | .name = "mc13783-codec", |
805 | .owner = THIS_MODULE, | ||
806 | }, | 805 | }, |
807 | .remove = mc13783_codec_remove, | 806 | .remove = mc13783_codec_remove, |
808 | }; | 807 | }; |
diff --git a/sound/soc/codecs/pcm3008.c b/sound/soc/codecs/pcm3008.c index b6618c4a7597..7e73fa4b3183 100644 --- a/sound/soc/codecs/pcm3008.c +++ b/sound/soc/codecs/pcm3008.c | |||
@@ -162,7 +162,6 @@ static struct platform_driver pcm3008_codec_driver = { | |||
162 | .remove = pcm3008_codec_remove, | 162 | .remove = pcm3008_codec_remove, |
163 | .driver = { | 163 | .driver = { |
164 | .name = "pcm3008-codec", | 164 | .name = "pcm3008-codec", |
165 | .owner = THIS_MODULE, | ||
166 | }, | 165 | }, |
167 | }; | 166 | }; |
168 | 167 | ||
diff --git a/sound/soc/codecs/si476x.c b/sound/soc/codecs/si476x.c index cdf882fa7716..3e72964280c6 100644 --- a/sound/soc/codecs/si476x.c +++ b/sound/soc/codecs/si476x.c | |||
@@ -261,7 +261,6 @@ MODULE_ALIAS("platform:si476x-codec"); | |||
261 | static struct platform_driver si476x_platform_driver = { | 261 | static struct platform_driver si476x_platform_driver = { |
262 | .driver = { | 262 | .driver = { |
263 | .name = "si476x-codec", | 263 | .name = "si476x-codec", |
264 | .owner = THIS_MODULE, | ||
265 | }, | 264 | }, |
266 | .probe = si476x_platform_probe, | 265 | .probe = si476x_platform_probe, |
267 | .remove = si476x_platform_remove, | 266 | .remove = si476x_platform_remove, |
diff --git a/sound/soc/codecs/sirf-audio-codec.c b/sound/soc/codecs/sirf-audio-codec.c index 07eea20e6645..0a8e43c98a07 100644 --- a/sound/soc/codecs/sirf-audio-codec.c +++ b/sound/soc/codecs/sirf-audio-codec.c | |||
@@ -567,7 +567,6 @@ static const struct dev_pm_ops sirf_audio_codec_pm_ops = { | |||
567 | static struct platform_driver sirf_audio_codec_driver = { | 567 | static struct platform_driver sirf_audio_codec_driver = { |
568 | .driver = { | 568 | .driver = { |
569 | .name = "sirf-audio-codec", | 569 | .name = "sirf-audio-codec", |
570 | .owner = THIS_MODULE, | ||
571 | .of_match_table = sirf_audio_codec_of_match, | 570 | .of_match_table = sirf_audio_codec_of_match, |
572 | .pm = &sirf_audio_codec_pm_ops, | 571 | .pm = &sirf_audio_codec_pm_ops, |
573 | }, | 572 | }, |
diff --git a/sound/soc/codecs/sn95031.c b/sound/soc/codecs/sn95031.c index 31d97cd5e59b..1f451a1946eb 100644 --- a/sound/soc/codecs/sn95031.c +++ b/sound/soc/codecs/sn95031.c | |||
@@ -907,7 +907,6 @@ static int sn95031_device_remove(struct platform_device *pdev) | |||
907 | static struct platform_driver sn95031_codec_driver = { | 907 | static struct platform_driver sn95031_codec_driver = { |
908 | .driver = { | 908 | .driver = { |
909 | .name = "sn95031", | 909 | .name = "sn95031", |
910 | .owner = THIS_MODULE, | ||
911 | }, | 910 | }, |
912 | .probe = sn95031_device_probe, | 911 | .probe = sn95031_device_probe, |
913 | .remove = sn95031_device_remove, | 912 | .remove = sn95031_device_remove, |
diff --git a/sound/soc/codecs/spdif_receiver.c b/sound/soc/codecs/spdif_receiver.c index e3501f40c7b3..3ec41ccbf4e2 100644 --- a/sound/soc/codecs/spdif_receiver.c +++ b/sound/soc/codecs/spdif_receiver.c | |||
@@ -80,7 +80,6 @@ static struct platform_driver spdif_dir_driver = { | |||
80 | .remove = spdif_dir_remove, | 80 | .remove = spdif_dir_remove, |
81 | .driver = { | 81 | .driver = { |
82 | .name = "spdif-dir", | 82 | .name = "spdif-dir", |
83 | .owner = THIS_MODULE, | ||
84 | .of_match_table = of_match_ptr(spdif_dir_dt_ids), | 83 | .of_match_table = of_match_ptr(spdif_dir_dt_ids), |
85 | }, | 84 | }, |
86 | }; | 85 | }; |
diff --git a/sound/soc/codecs/spdif_transmitter.c b/sound/soc/codecs/spdif_transmitter.c index e0df537dd4b7..ef634a9ad673 100644 --- a/sound/soc/codecs/spdif_transmitter.c +++ b/sound/soc/codecs/spdif_transmitter.c | |||
@@ -80,7 +80,6 @@ static struct platform_driver spdif_dit_driver = { | |||
80 | .remove = spdif_dit_remove, | 80 | .remove = spdif_dit_remove, |
81 | .driver = { | 81 | .driver = { |
82 | .name = DRV_NAME, | 82 | .name = DRV_NAME, |
83 | .owner = THIS_MODULE, | ||
84 | .of_match_table = of_match_ptr(spdif_dit_dt_ids), | 83 | .of_match_table = of_match_ptr(spdif_dit_dt_ids), |
85 | }, | 84 | }, |
86 | }; | 85 | }; |
diff --git a/sound/soc/codecs/stac9766.c b/sound/soc/codecs/stac9766.c index dbff0c89be48..6464caf72b21 100644 --- a/sound/soc/codecs/stac9766.c +++ b/sound/soc/codecs/stac9766.c | |||
@@ -394,7 +394,6 @@ static int stac9766_remove(struct platform_device *pdev) | |||
394 | static struct platform_driver stac9766_codec_driver = { | 394 | static struct platform_driver stac9766_codec_driver = { |
395 | .driver = { | 395 | .driver = { |
396 | .name = "stac9766-codec", | 396 | .name = "stac9766-codec", |
397 | .owner = THIS_MODULE, | ||
398 | }, | 397 | }, |
399 | 398 | ||
400 | .probe = stac9766_probe, | 399 | .probe = stac9766_probe, |
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index 27f3b21effb2..44af3188afb9 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c | |||
@@ -2218,7 +2218,6 @@ static struct platform_driver twl4030_codec_driver = { | |||
2218 | .remove = twl4030_codec_remove, | 2218 | .remove = twl4030_codec_remove, |
2219 | .driver = { | 2219 | .driver = { |
2220 | .name = "twl4030-codec", | 2220 | .name = "twl4030-codec", |
2221 | .owner = THIS_MODULE, | ||
2222 | }, | 2221 | }, |
2223 | }; | 2222 | }; |
2224 | 2223 | ||
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index 5ff2b1e4638e..90f47f988b3f 100644 --- a/sound/soc/codecs/twl6040.c +++ b/sound/soc/codecs/twl6040.c | |||
@@ -1177,7 +1177,6 @@ static int twl6040_codec_remove(struct platform_device *pdev) | |||
1177 | static struct platform_driver twl6040_codec_driver = { | 1177 | static struct platform_driver twl6040_codec_driver = { |
1178 | .driver = { | 1178 | .driver = { |
1179 | .name = "twl6040-codec", | 1179 | .name = "twl6040-codec", |
1180 | .owner = THIS_MODULE, | ||
1181 | }, | 1180 | }, |
1182 | .probe = twl6040_codec_probe, | 1181 | .probe = twl6040_codec_probe, |
1183 | .remove = twl6040_codec_remove, | 1182 | .remove = twl6040_codec_remove, |
diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c index 4056260a502e..f883308c00de 100644 --- a/sound/soc/codecs/uda134x.c +++ b/sound/soc/codecs/uda134x.c | |||
@@ -605,7 +605,6 @@ static int uda134x_codec_remove(struct platform_device *pdev) | |||
605 | static struct platform_driver uda134x_codec_driver = { | 605 | static struct platform_driver uda134x_codec_driver = { |
606 | .driver = { | 606 | .driver = { |
607 | .name = "uda134x-codec", | 607 | .name = "uda134x-codec", |
608 | .owner = THIS_MODULE, | ||
609 | }, | 608 | }, |
610 | .probe = uda134x_codec_probe, | 609 | .probe = uda134x_codec_probe, |
611 | .remove = uda134x_codec_remove, | 610 | .remove = uda134x_codec_remove, |
diff --git a/sound/soc/codecs/wl1273.c b/sound/soc/codecs/wl1273.c index 00aea4100bb3..80fb1dc81f6c 100644 --- a/sound/soc/codecs/wl1273.c +++ b/sound/soc/codecs/wl1273.c | |||
@@ -511,7 +511,6 @@ MODULE_ALIAS("platform:wl1273-codec"); | |||
511 | static struct platform_driver wl1273_platform_driver = { | 511 | static struct platform_driver wl1273_platform_driver = { |
512 | .driver = { | 512 | .driver = { |
513 | .name = "wl1273-codec", | 513 | .name = "wl1273-codec", |
514 | .owner = THIS_MODULE, | ||
515 | }, | 514 | }, |
516 | .probe = wl1273_platform_probe, | 515 | .probe = wl1273_platform_probe, |
517 | .remove = wl1273_platform_remove, | 516 | .remove = wl1273_platform_remove, |
diff --git a/sound/soc/codecs/wm5102.c b/sound/soc/codecs/wm5102.c index d78fb8dffc8c..f439ae052128 100644 --- a/sound/soc/codecs/wm5102.c +++ b/sound/soc/codecs/wm5102.c | |||
@@ -1960,7 +1960,6 @@ static int wm5102_remove(struct platform_device *pdev) | |||
1960 | static struct platform_driver wm5102_codec_driver = { | 1960 | static struct platform_driver wm5102_codec_driver = { |
1961 | .driver = { | 1961 | .driver = { |
1962 | .name = "wm5102-codec", | 1962 | .name = "wm5102-codec", |
1963 | .owner = THIS_MODULE, | ||
1964 | }, | 1963 | }, |
1965 | .probe = wm5102_probe, | 1964 | .probe = wm5102_probe, |
1966 | .remove = wm5102_remove, | 1965 | .remove = wm5102_remove, |
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c index 2f2ec26d831c..4456b38a3ef5 100644 --- a/sound/soc/codecs/wm5110.c +++ b/sound/soc/codecs/wm5110.c | |||
@@ -1738,7 +1738,6 @@ static int wm5110_remove(struct platform_device *pdev) | |||
1738 | static struct platform_driver wm5110_codec_driver = { | 1738 | static struct platform_driver wm5110_codec_driver = { |
1739 | .driver = { | 1739 | .driver = { |
1740 | .name = "wm5110-codec", | 1740 | .name = "wm5110-codec", |
1741 | .owner = THIS_MODULE, | ||
1742 | }, | 1741 | }, |
1743 | .probe = wm5110_probe, | 1742 | .probe = wm5110_probe, |
1744 | .remove = wm5110_remove, | 1743 | .remove = wm5110_remove, |
diff --git a/sound/soc/codecs/wm8350.c b/sound/soc/codecs/wm8350.c index 87f664b9cc7d..574579b98872 100644 --- a/sound/soc/codecs/wm8350.c +++ b/sound/soc/codecs/wm8350.c | |||
@@ -1622,7 +1622,6 @@ static int wm8350_remove(struct platform_device *pdev) | |||
1622 | static struct platform_driver wm8350_codec_driver = { | 1622 | static struct platform_driver wm8350_codec_driver = { |
1623 | .driver = { | 1623 | .driver = { |
1624 | .name = "wm8350-codec", | 1624 | .name = "wm8350-codec", |
1625 | .owner = THIS_MODULE, | ||
1626 | }, | 1625 | }, |
1627 | .probe = wm8350_probe, | 1626 | .probe = wm8350_probe, |
1628 | .remove = wm8350_remove, | 1627 | .remove = wm8350_remove, |
diff --git a/sound/soc/codecs/wm8400.c b/sound/soc/codecs/wm8400.c index 385894f6e264..8ee446987aa9 100644 --- a/sound/soc/codecs/wm8400.c +++ b/sound/soc/codecs/wm8400.c | |||
@@ -1365,7 +1365,6 @@ static int wm8400_remove(struct platform_device *pdev) | |||
1365 | static struct platform_driver wm8400_codec_driver = { | 1365 | static struct platform_driver wm8400_codec_driver = { |
1366 | .driver = { | 1366 | .driver = { |
1367 | .name = "wm8400-codec", | 1367 | .name = "wm8400-codec", |
1368 | .owner = THIS_MODULE, | ||
1369 | }, | 1368 | }, |
1370 | .probe = wm8400_probe, | 1369 | .probe = wm8400_probe, |
1371 | .remove = wm8400_remove, | 1370 | .remove = wm8400_remove, |
diff --git a/sound/soc/codecs/wm8727.c b/sound/soc/codecs/wm8727.c index 7b1a6d5c11c6..bb25a75f92a2 100644 --- a/sound/soc/codecs/wm8727.c +++ b/sound/soc/codecs/wm8727.c | |||
@@ -75,7 +75,6 @@ static int wm8727_remove(struct platform_device *pdev) | |||
75 | static struct platform_driver wm8727_codec_driver = { | 75 | static struct platform_driver wm8727_codec_driver = { |
76 | .driver = { | 76 | .driver = { |
77 | .name = "wm8727", | 77 | .name = "wm8727", |
78 | .owner = THIS_MODULE, | ||
79 | }, | 78 | }, |
80 | 79 | ||
81 | .probe = wm8727_probe, | 80 | .probe = wm8727_probe, |
diff --git a/sound/soc/codecs/wm8782.c b/sound/soc/codecs/wm8782.c index 8092495605ce..fb55fd845d27 100644 --- a/sound/soc/codecs/wm8782.c +++ b/sound/soc/codecs/wm8782.c | |||
@@ -72,7 +72,6 @@ static int wm8782_remove(struct platform_device *pdev) | |||
72 | static struct platform_driver wm8782_codec_driver = { | 72 | static struct platform_driver wm8782_codec_driver = { |
73 | .driver = { | 73 | .driver = { |
74 | .name = "wm8782", | 74 | .name = "wm8782", |
75 | .owner = THIS_MODULE, | ||
76 | }, | 75 | }, |
77 | .probe = wm8782_probe, | 76 | .probe = wm8782_probe, |
78 | .remove = wm8782_remove, | 77 | .remove = wm8782_remove, |
diff --git a/sound/soc/codecs/wm8994.c b/sound/soc/codecs/wm8994.c index 36b767fa37a6..1b97de2e4e67 100644 --- a/sound/soc/codecs/wm8994.c +++ b/sound/soc/codecs/wm8994.c | |||
@@ -4508,7 +4508,6 @@ static const struct dev_pm_ops wm8994_pm_ops = { | |||
4508 | static struct platform_driver wm8994_codec_driver = { | 4508 | static struct platform_driver wm8994_codec_driver = { |
4509 | .driver = { | 4509 | .driver = { |
4510 | .name = "wm8994-codec", | 4510 | .name = "wm8994-codec", |
4511 | .owner = THIS_MODULE, | ||
4512 | .pm = &wm8994_pm_ops, | 4511 | .pm = &wm8994_pm_ops, |
4513 | }, | 4512 | }, |
4514 | .probe = wm8994_probe, | 4513 | .probe = wm8994_probe, |
diff --git a/sound/soc/codecs/wm8997.c b/sound/soc/codecs/wm8997.c index ab33fe596519..7e8bfe27566b 100644 --- a/sound/soc/codecs/wm8997.c +++ b/sound/soc/codecs/wm8997.c | |||
@@ -1165,7 +1165,6 @@ static int wm8997_remove(struct platform_device *pdev) | |||
1165 | static struct platform_driver wm8997_codec_driver = { | 1165 | static struct platform_driver wm8997_codec_driver = { |
1166 | .driver = { | 1166 | .driver = { |
1167 | .name = "wm8997-codec", | 1167 | .name = "wm8997-codec", |
1168 | .owner = THIS_MODULE, | ||
1169 | }, | 1168 | }, |
1170 | .probe = wm8997_probe, | 1169 | .probe = wm8997_probe, |
1171 | .remove = wm8997_remove, | 1170 | .remove = wm8997_remove, |
diff --git a/sound/soc/codecs/wm9705.c b/sound/soc/codecs/wm9705.c index d3a800fa6f06..3eddb18fefd1 100644 --- a/sound/soc/codecs/wm9705.c +++ b/sound/soc/codecs/wm9705.c | |||
@@ -407,7 +407,6 @@ static int wm9705_remove(struct platform_device *pdev) | |||
407 | static struct platform_driver wm9705_codec_driver = { | 407 | static struct platform_driver wm9705_codec_driver = { |
408 | .driver = { | 408 | .driver = { |
409 | .name = "wm9705-codec", | 409 | .name = "wm9705-codec", |
410 | .owner = THIS_MODULE, | ||
411 | }, | 410 | }, |
412 | 411 | ||
413 | .probe = wm9705_probe, | 412 | .probe = wm9705_probe, |
diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index 7c45971bb4ec..e04643d2bb24 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c | |||
@@ -741,7 +741,6 @@ static int wm9712_remove(struct platform_device *pdev) | |||
741 | static struct platform_driver wm9712_codec_driver = { | 741 | static struct platform_driver wm9712_codec_driver = { |
742 | .driver = { | 742 | .driver = { |
743 | .name = "wm9712-codec", | 743 | .name = "wm9712-codec", |
744 | .owner = THIS_MODULE, | ||
745 | }, | 744 | }, |
746 | 745 | ||
747 | .probe = wm9712_probe, | 746 | .probe = wm9712_probe, |
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index 5df7f6d12bef..71b9d5b0734d 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c | |||
@@ -1301,7 +1301,6 @@ static int wm9713_remove(struct platform_device *pdev) | |||
1301 | static struct platform_driver wm9713_codec_driver = { | 1301 | static struct platform_driver wm9713_codec_driver = { |
1302 | .driver = { | 1302 | .driver = { |
1303 | .name = "wm9713-codec", | 1303 | .name = "wm9713-codec", |
1304 | .owner = THIS_MODULE, | ||
1305 | }, | 1304 | }, |
1306 | 1305 | ||
1307 | .probe = wm9713_probe, | 1306 | .probe = wm9713_probe, |
diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c index a50010e2891f..158cb3d1db70 100644 --- a/sound/soc/davinci/davinci-evm.c +++ b/sound/soc/davinci/davinci-evm.c | |||
@@ -445,7 +445,6 @@ static struct platform_driver davinci_evm_driver = { | |||
445 | .remove = davinci_evm_remove, | 445 | .remove = davinci_evm_remove, |
446 | .driver = { | 446 | .driver = { |
447 | .name = "davinci_evm", | 447 | .name = "davinci_evm", |
448 | .owner = THIS_MODULE, | ||
449 | .pm = &snd_soc_pm_ops, | 448 | .pm = &snd_soc_pm_ops, |
450 | .of_match_table = of_match_ptr(davinci_evm_dt_ids), | 449 | .of_match_table = of_match_ptr(davinci_evm_dt_ids), |
451 | }, | 450 | }, |
diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c index 7682af31d6e6..15fb28fc8e1b 100644 --- a/sound/soc/davinci/davinci-i2s.c +++ b/sound/soc/davinci/davinci-i2s.c | |||
@@ -770,7 +770,6 @@ static struct platform_driver davinci_mcbsp_driver = { | |||
770 | .remove = davinci_i2s_remove, | 770 | .remove = davinci_i2s_remove, |
771 | .driver = { | 771 | .driver = { |
772 | .name = "davinci-mcbsp", | 772 | .name = "davinci-mcbsp", |
773 | .owner = THIS_MODULE, | ||
774 | }, | 773 | }, |
775 | }; | 774 | }; |
776 | 775 | ||
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c index 0dab382ba147..30b94d4f9c5d 100644 --- a/sound/soc/davinci/davinci-mcasp.c +++ b/sound/soc/davinci/davinci-mcasp.c | |||
@@ -1602,7 +1602,6 @@ static struct platform_driver davinci_mcasp_driver = { | |||
1602 | .remove = davinci_mcasp_remove, | 1602 | .remove = davinci_mcasp_remove, |
1603 | .driver = { | 1603 | .driver = { |
1604 | .name = "davinci-mcasp", | 1604 | .name = "davinci-mcasp", |
1605 | .owner = THIS_MODULE, | ||
1606 | .of_match_table = mcasp_dt_ids, | 1605 | .of_match_table = mcasp_dt_ids, |
1607 | }, | 1606 | }, |
1608 | }; | 1607 | }; |
diff --git a/sound/soc/davinci/davinci-vcif.c b/sound/soc/davinci/davinci-vcif.c index 77aef05588c3..5bee04279ebe 100644 --- a/sound/soc/davinci/davinci-vcif.c +++ b/sound/soc/davinci/davinci-vcif.c | |||
@@ -267,7 +267,6 @@ static struct platform_driver davinci_vcif_driver = { | |||
267 | .remove = davinci_vcif_remove, | 267 | .remove = davinci_vcif_remove, |
268 | .driver = { | 268 | .driver = { |
269 | .name = "davinci-vcif", | 269 | .name = "davinci-vcif", |
270 | .owner = THIS_MODULE, | ||
271 | }, | 270 | }, |
272 | }; | 271 | }; |
273 | 272 | ||
diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/designware_i2s.c index 08f0229f8d68..b93168d4f648 100644 --- a/sound/soc/dwc/designware_i2s.c +++ b/sound/soc/dwc/designware_i2s.c | |||
@@ -441,7 +441,6 @@ static struct platform_driver dw_i2s_driver = { | |||
441 | .remove = dw_i2s_remove, | 441 | .remove = dw_i2s_remove, |
442 | .driver = { | 442 | .driver = { |
443 | .name = "designware-i2s", | 443 | .name = "designware-i2s", |
444 | .owner = THIS_MODULE, | ||
445 | }, | 444 | }, |
446 | }; | 445 | }; |
447 | 446 | ||
diff --git a/sound/soc/fsl/eukrea-tlv320.c b/sound/soc/fsl/eukrea-tlv320.c index b175b0145a42..9ce70fc67b09 100644 --- a/sound/soc/fsl/eukrea-tlv320.c +++ b/sound/soc/fsl/eukrea-tlv320.c | |||
@@ -238,7 +238,6 @@ MODULE_DEVICE_TABLE(of, imx_tlv320_dt_ids); | |||
238 | static struct platform_driver eukrea_tlv320_driver = { | 238 | static struct platform_driver eukrea_tlv320_driver = { |
239 | .driver = { | 239 | .driver = { |
240 | .name = "eukrea_tlv320", | 240 | .name = "eukrea_tlv320", |
241 | .owner = THIS_MODULE, | ||
242 | .of_match_table = imx_tlv320_dt_ids, | 241 | .of_match_table = imx_tlv320_dt_ids, |
243 | }, | 242 | }, |
244 | .probe = eukrea_tlv320_probe, | 243 | .probe = eukrea_tlv320_probe, |
diff --git a/sound/soc/fsl/fsl_dma.c b/sound/soc/fsl/fsl_dma.c index b2b108805b24..93d7e56c6066 100644 --- a/sound/soc/fsl/fsl_dma.c +++ b/sound/soc/fsl/fsl_dma.c | |||
@@ -964,7 +964,6 @@ MODULE_DEVICE_TABLE(of, fsl_soc_dma_ids); | |||
964 | static struct platform_driver fsl_soc_dma_driver = { | 964 | static struct platform_driver fsl_soc_dma_driver = { |
965 | .driver = { | 965 | .driver = { |
966 | .name = "fsl-pcm-audio", | 966 | .name = "fsl-pcm-audio", |
967 | .owner = THIS_MODULE, | ||
968 | .of_match_table = fsl_soc_dma_ids, | 967 | .of_match_table = fsl_soc_dma_ids, |
969 | }, | 968 | }, |
970 | .probe = fsl_soc_dma_probe, | 969 | .probe = fsl_soc_dma_probe, |
diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c index ca319d59f843..1c08ab13637c 100644 --- a/sound/soc/fsl/fsl_esai.c +++ b/sound/soc/fsl/fsl_esai.c | |||
@@ -857,7 +857,6 @@ static struct platform_driver fsl_esai_driver = { | |||
857 | .probe = fsl_esai_probe, | 857 | .probe = fsl_esai_probe, |
858 | .driver = { | 858 | .driver = { |
859 | .name = "fsl-esai-dai", | 859 | .name = "fsl-esai-dai", |
860 | .owner = THIS_MODULE, | ||
861 | .of_match_table = fsl_esai_dt_ids, | 860 | .of_match_table = fsl_esai_dt_ids, |
862 | }, | 861 | }, |
863 | }; | 862 | }; |
diff --git a/sound/soc/fsl/fsl_sai.c b/sound/soc/fsl/fsl_sai.c index 7eeb1dd8ce27..032d2d33619c 100644 --- a/sound/soc/fsl/fsl_sai.c +++ b/sound/soc/fsl/fsl_sai.c | |||
@@ -678,7 +678,6 @@ static struct platform_driver fsl_sai_driver = { | |||
678 | .probe = fsl_sai_probe, | 678 | .probe = fsl_sai_probe, |
679 | .driver = { | 679 | .driver = { |
680 | .name = "fsl-sai", | 680 | .name = "fsl-sai", |
681 | .owner = THIS_MODULE, | ||
682 | .of_match_table = fsl_sai_ids, | 681 | .of_match_table = fsl_sai_ids, |
683 | }, | 682 | }, |
684 | }; | 683 | }; |
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index 9b791621294c..af0429421fc8 100644 --- a/sound/soc/fsl/fsl_spdif.c +++ b/sound/soc/fsl/fsl_spdif.c | |||
@@ -1283,7 +1283,6 @@ MODULE_DEVICE_TABLE(of, fsl_spdif_dt_ids); | |||
1283 | static struct platform_driver fsl_spdif_driver = { | 1283 | static struct platform_driver fsl_spdif_driver = { |
1284 | .driver = { | 1284 | .driver = { |
1285 | .name = "fsl-spdif-dai", | 1285 | .name = "fsl-spdif-dai", |
1286 | .owner = THIS_MODULE, | ||
1287 | .of_match_table = fsl_spdif_dt_ids, | 1286 | .of_match_table = fsl_spdif_dt_ids, |
1288 | }, | 1287 | }, |
1289 | .probe = fsl_spdif_probe, | 1288 | .probe = fsl_spdif_probe, |
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index b6b0d25f6ace..a65f17d57ffb 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c | |||
@@ -1480,7 +1480,6 @@ static int fsl_ssi_remove(struct platform_device *pdev) | |||
1480 | static struct platform_driver fsl_ssi_driver = { | 1480 | static struct platform_driver fsl_ssi_driver = { |
1481 | .driver = { | 1481 | .driver = { |
1482 | .name = "fsl-ssi-dai", | 1482 | .name = "fsl-ssi-dai", |
1483 | .owner = THIS_MODULE, | ||
1484 | .of_match_table = fsl_ssi_ids, | 1483 | .of_match_table = fsl_ssi_ids, |
1485 | }, | 1484 | }, |
1486 | .probe = fsl_ssi_probe, | 1485 | .probe = fsl_ssi_probe, |
diff --git a/sound/soc/fsl/imx-audmux.c b/sound/soc/fsl/imx-audmux.c index 46f9beb6b273..d9050d946ae7 100644 --- a/sound/soc/fsl/imx-audmux.c +++ b/sound/soc/fsl/imx-audmux.c | |||
@@ -356,7 +356,6 @@ static struct platform_driver imx_audmux_driver = { | |||
356 | .id_table = imx_audmux_ids, | 356 | .id_table = imx_audmux_ids, |
357 | .driver = { | 357 | .driver = { |
358 | .name = DRIVER_NAME, | 358 | .name = DRIVER_NAME, |
359 | .owner = THIS_MODULE, | ||
360 | .of_match_table = imx_audmux_dt_ids, | 359 | .of_match_table = imx_audmux_dt_ids, |
361 | } | 360 | } |
362 | }; | 361 | }; |
diff --git a/sound/soc/fsl/imx-mc13783.c b/sound/soc/fsl/imx-mc13783.c index a2fd7321b5a9..6bf5bce01a92 100644 --- a/sound/soc/fsl/imx-mc13783.c +++ b/sound/soc/fsl/imx-mc13783.c | |||
@@ -159,7 +159,6 @@ static int imx_mc13783_remove(struct platform_device *pdev) | |||
159 | static struct platform_driver imx_mc13783_audio_driver = { | 159 | static struct platform_driver imx_mc13783_audio_driver = { |
160 | .driver = { | 160 | .driver = { |
161 | .name = "imx_mc13783", | 161 | .name = "imx_mc13783", |
162 | .owner = THIS_MODULE, | ||
163 | }, | 162 | }, |
164 | .probe = imx_mc13783_probe, | 163 | .probe = imx_mc13783_probe, |
165 | .remove = imx_mc13783_remove | 164 | .remove = imx_mc13783_remove |
diff --git a/sound/soc/fsl/imx-sgtl5000.c b/sound/soc/fsl/imx-sgtl5000.c index 1dab963a59f7..b99e0b5e00e9 100644 --- a/sound/soc/fsl/imx-sgtl5000.c +++ b/sound/soc/fsl/imx-sgtl5000.c | |||
@@ -200,7 +200,6 @@ MODULE_DEVICE_TABLE(of, imx_sgtl5000_dt_ids); | |||
200 | static struct platform_driver imx_sgtl5000_driver = { | 200 | static struct platform_driver imx_sgtl5000_driver = { |
201 | .driver = { | 201 | .driver = { |
202 | .name = "imx-sgtl5000", | 202 | .name = "imx-sgtl5000", |
203 | .owner = THIS_MODULE, | ||
204 | .pm = &snd_soc_pm_ops, | 203 | .pm = &snd_soc_pm_ops, |
205 | .of_match_table = imx_sgtl5000_dt_ids, | 204 | .of_match_table = imx_sgtl5000_dt_ids, |
206 | }, | 205 | }, |
diff --git a/sound/soc/fsl/imx-spdif.c b/sound/soc/fsl/imx-spdif.c index 0c9068ebe1e7..e94704f1b9ee 100644 --- a/sound/soc/fsl/imx-spdif.c +++ b/sound/soc/fsl/imx-spdif.c | |||
@@ -88,7 +88,6 @@ MODULE_DEVICE_TABLE(of, imx_spdif_dt_ids); | |||
88 | static struct platform_driver imx_spdif_driver = { | 88 | static struct platform_driver imx_spdif_driver = { |
89 | .driver = { | 89 | .driver = { |
90 | .name = "imx-spdif", | 90 | .name = "imx-spdif", |
91 | .owner = THIS_MODULE, | ||
92 | .of_match_table = imx_spdif_dt_ids, | 91 | .of_match_table = imx_spdif_dt_ids, |
93 | }, | 92 | }, |
94 | .probe = imx_spdif_audio_probe, | 93 | .probe = imx_spdif_audio_probe, |
diff --git a/sound/soc/fsl/imx-ssi.c b/sound/soc/fsl/imx-ssi.c index 60b0a5b1f1f1..fa801e17c51e 100644 --- a/sound/soc/fsl/imx-ssi.c +++ b/sound/soc/fsl/imx-ssi.c | |||
@@ -647,7 +647,6 @@ static struct platform_driver imx_ssi_driver = { | |||
647 | 647 | ||
648 | .driver = { | 648 | .driver = { |
649 | .name = "imx-ssi", | 649 | .name = "imx-ssi", |
650 | .owner = THIS_MODULE, | ||
651 | }, | 650 | }, |
652 | }; | 651 | }; |
653 | 652 | ||
diff --git a/sound/soc/fsl/imx-wm8962.c b/sound/soc/fsl/imx-wm8962.c index 48179ffe1543..4caacb05a623 100644 --- a/sound/soc/fsl/imx-wm8962.c +++ b/sound/soc/fsl/imx-wm8962.c | |||
@@ -307,7 +307,6 @@ MODULE_DEVICE_TABLE(of, imx_wm8962_dt_ids); | |||
307 | static struct platform_driver imx_wm8962_driver = { | 307 | static struct platform_driver imx_wm8962_driver = { |
308 | .driver = { | 308 | .driver = { |
309 | .name = "imx-wm8962", | 309 | .name = "imx-wm8962", |
310 | .owner = THIS_MODULE, | ||
311 | .pm = &snd_soc_pm_ops, | 310 | .pm = &snd_soc_pm_ops, |
312 | .of_match_table = imx_wm8962_dt_ids, | 311 | .of_match_table = imx_wm8962_dt_ids, |
313 | }, | 312 | }, |
diff --git a/sound/soc/fsl/mpc5200_psc_ac97.c b/sound/soc/fsl/mpc5200_psc_ac97.c index c6ed6ba965a9..08d2a8069b0a 100644 --- a/sound/soc/fsl/mpc5200_psc_ac97.c +++ b/sound/soc/fsl/mpc5200_psc_ac97.c | |||
@@ -338,7 +338,6 @@ static struct platform_driver psc_ac97_driver = { | |||
338 | .remove = psc_ac97_of_remove, | 338 | .remove = psc_ac97_of_remove, |
339 | .driver = { | 339 | .driver = { |
340 | .name = "mpc5200-psc-ac97", | 340 | .name = "mpc5200-psc-ac97", |
341 | .owner = THIS_MODULE, | ||
342 | .of_match_table = psc_ac97_match, | 341 | .of_match_table = psc_ac97_match, |
343 | }, | 342 | }, |
344 | }; | 343 | }; |
diff --git a/sound/soc/fsl/mpc5200_psc_i2s.c b/sound/soc/fsl/mpc5200_psc_i2s.c index 5d07e8a74a21..51fb0c00fe73 100644 --- a/sound/soc/fsl/mpc5200_psc_i2s.c +++ b/sound/soc/fsl/mpc5200_psc_i2s.c | |||
@@ -229,7 +229,6 @@ static struct platform_driver psc_i2s_driver = { | |||
229 | .remove = psc_i2s_of_remove, | 229 | .remove = psc_i2s_of_remove, |
230 | .driver = { | 230 | .driver = { |
231 | .name = "mpc5200-psc-i2s", | 231 | .name = "mpc5200-psc-i2s", |
232 | .owner = THIS_MODULE, | ||
233 | .of_match_table = psc_i2s_match, | 232 | .of_match_table = psc_i2s_match, |
234 | }, | 233 | }, |
235 | }; | 234 | }; |
diff --git a/sound/soc/fsl/mpc8610_hpcd.c b/sound/soc/fsl/mpc8610_hpcd.c index fa756d05b2f7..9621b9140df6 100644 --- a/sound/soc/fsl/mpc8610_hpcd.c +++ b/sound/soc/fsl/mpc8610_hpcd.c | |||
@@ -389,7 +389,6 @@ static struct platform_driver mpc8610_hpcd_driver = { | |||
389 | * in lowercase letters. | 389 | * in lowercase letters. |
390 | */ | 390 | */ |
391 | .name = "snd-soc-mpc8610hpcd", | 391 | .name = "snd-soc-mpc8610hpcd", |
392 | .owner = THIS_MODULE, | ||
393 | }, | 392 | }, |
394 | }; | 393 | }; |
395 | 394 | ||
diff --git a/sound/soc/fsl/mx27vis-aic32x4.c b/sound/soc/fsl/mx27vis-aic32x4.c index f4c3bda5e69e..b1ced7b8d80c 100644 --- a/sound/soc/fsl/mx27vis-aic32x4.c +++ b/sound/soc/fsl/mx27vis-aic32x4.c | |||
@@ -229,7 +229,6 @@ static int mx27vis_aic32x4_remove(struct platform_device *pdev) | |||
229 | static struct platform_driver mx27vis_aic32x4_audio_driver = { | 229 | static struct platform_driver mx27vis_aic32x4_audio_driver = { |
230 | .driver = { | 230 | .driver = { |
231 | .name = "mx27vis", | 231 | .name = "mx27vis", |
232 | .owner = THIS_MODULE, | ||
233 | }, | 232 | }, |
234 | .probe = mx27vis_aic32x4_probe, | 233 | .probe = mx27vis_aic32x4_probe, |
235 | .remove = mx27vis_aic32x4_remove, | 234 | .remove = mx27vis_aic32x4_remove, |
diff --git a/sound/soc/fsl/p1022_ds.c b/sound/soc/fsl/p1022_ds.c index f75c3cf0e6de..71c1a7dc3aeb 100644 --- a/sound/soc/fsl/p1022_ds.c +++ b/sound/soc/fsl/p1022_ds.c | |||
@@ -398,7 +398,6 @@ static struct platform_driver p1022_ds_driver = { | |||
398 | * in lowercase letters. | 398 | * in lowercase letters. |
399 | */ | 399 | */ |
400 | .name = "snd-soc-p1022ds", | 400 | .name = "snd-soc-p1022ds", |
401 | .owner = THIS_MODULE, | ||
402 | }, | 401 | }, |
403 | }; | 402 | }; |
404 | 403 | ||
diff --git a/sound/soc/fsl/p1022_rdk.c b/sound/soc/fsl/p1022_rdk.c index 9d89bb028621..ee29048424be 100644 --- a/sound/soc/fsl/p1022_rdk.c +++ b/sound/soc/fsl/p1022_rdk.c | |||
@@ -348,7 +348,6 @@ static struct platform_driver p1022_rdk_driver = { | |||
348 | * in lowercase letters. | 348 | * in lowercase letters. |
349 | */ | 349 | */ |
350 | .name = "snd-soc-p1022rdk", | 350 | .name = "snd-soc-p1022rdk", |
351 | .owner = THIS_MODULE, | ||
352 | }, | 351 | }, |
353 | }; | 352 | }; |
354 | 353 | ||
diff --git a/sound/soc/fsl/pcm030-audio-fabric.c b/sound/soc/fsl/pcm030-audio-fabric.c index 3665f612819d..c44459d24c50 100644 --- a/sound/soc/fsl/pcm030-audio-fabric.c +++ b/sound/soc/fsl/pcm030-audio-fabric.c | |||
@@ -124,7 +124,6 @@ static struct platform_driver pcm030_fabric_driver = { | |||
124 | .remove = pcm030_fabric_remove, | 124 | .remove = pcm030_fabric_remove, |
125 | .driver = { | 125 | .driver = { |
126 | .name = DRV_NAME, | 126 | .name = DRV_NAME, |
127 | .owner = THIS_MODULE, | ||
128 | .of_match_table = pcm030_audio_match, | 127 | .of_match_table = pcm030_audio_match, |
129 | }, | 128 | }, |
130 | }; | 129 | }; |
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c index ece22d55ba82..fb9240fdc9b7 100644 --- a/sound/soc/generic/simple-card.c +++ b/sound/soc/generic/simple-card.c | |||
@@ -584,7 +584,6 @@ MODULE_DEVICE_TABLE(of, asoc_simple_of_match); | |||
584 | static struct platform_driver asoc_simple_card = { | 584 | static struct platform_driver asoc_simple_card = { |
585 | .driver = { | 585 | .driver = { |
586 | .name = "asoc-simple-card", | 586 | .name = "asoc-simple-card", |
587 | .owner = THIS_MODULE, | ||
588 | .of_match_table = asoc_simple_of_match, | 587 | .of_match_table = asoc_simple_of_match, |
589 | }, | 588 | }, |
590 | .probe = asoc_simple_card_probe, | 589 | .probe = asoc_simple_card_probe, |
diff --git a/sound/soc/intel/broadwell.c b/sound/soc/intel/broadwell.c index c256764e3c4b..7cf95d5d5d80 100644 --- a/sound/soc/intel/broadwell.c +++ b/sound/soc/intel/broadwell.c | |||
@@ -270,7 +270,6 @@ static struct platform_driver broadwell_audio = { | |||
270 | .remove = broadwell_audio_remove, | 270 | .remove = broadwell_audio_remove, |
271 | .driver = { | 271 | .driver = { |
272 | .name = "broadwell-audio", | 272 | .name = "broadwell-audio", |
273 | .owner = THIS_MODULE, | ||
274 | }, | 273 | }, |
275 | }; | 274 | }; |
276 | 275 | ||
diff --git a/sound/soc/intel/byt-max98090.c b/sound/soc/intel/byt-max98090.c index d52681e7225e..9832afe7d22c 100644 --- a/sound/soc/intel/byt-max98090.c +++ b/sound/soc/intel/byt-max98090.c | |||
@@ -181,7 +181,6 @@ static struct platform_driver byt_max98090_driver = { | |||
181 | .remove = byt_max98090_remove, | 181 | .remove = byt_max98090_remove, |
182 | .driver = { | 182 | .driver = { |
183 | .name = "byt-max98090", | 183 | .name = "byt-max98090", |
184 | .owner = THIS_MODULE, | ||
185 | .pm = &snd_soc_pm_ops, | 184 | .pm = &snd_soc_pm_ops, |
186 | }, | 185 | }, |
187 | }; | 186 | }; |
diff --git a/sound/soc/intel/byt-rt5640.c b/sound/soc/intel/byt-rt5640.c index e03abdf21c1b..0cba7830c5e9 100644 --- a/sound/soc/intel/byt-rt5640.c +++ b/sound/soc/intel/byt-rt5640.c | |||
@@ -224,7 +224,6 @@ static struct platform_driver byt_rt5640_audio = { | |||
224 | .probe = byt_rt5640_probe, | 224 | .probe = byt_rt5640_probe, |
225 | .driver = { | 225 | .driver = { |
226 | .name = "byt-rt5640", | 226 | .name = "byt-rt5640", |
227 | .owner = THIS_MODULE, | ||
228 | .pm = &snd_soc_pm_ops, | 227 | .pm = &snd_soc_pm_ops, |
229 | }, | 228 | }, |
230 | }; | 229 | }; |
diff --git a/sound/soc/intel/haswell.c b/sound/soc/intel/haswell.c index cb8a482b5f30..35edf51a52aa 100644 --- a/sound/soc/intel/haswell.c +++ b/sound/soc/intel/haswell.c | |||
@@ -199,7 +199,6 @@ static struct platform_driver haswell_audio = { | |||
199 | .probe = haswell_audio_probe, | 199 | .probe = haswell_audio_probe, |
200 | .driver = { | 200 | .driver = { |
201 | .name = "haswell-audio", | 201 | .name = "haswell-audio", |
202 | .owner = THIS_MODULE, | ||
203 | }, | 202 | }, |
204 | }; | 203 | }; |
205 | 204 | ||
diff --git a/sound/soc/intel/mfld_machine.c b/sound/soc/intel/mfld_machine.c index 031d78783fc8..90b7a57713a0 100644 --- a/sound/soc/intel/mfld_machine.c +++ b/sound/soc/intel/mfld_machine.c | |||
@@ -420,7 +420,6 @@ static int snd_mfld_mc_probe(struct platform_device *pdev) | |||
420 | 420 | ||
421 | static struct platform_driver snd_mfld_mc_driver = { | 421 | static struct platform_driver snd_mfld_mc_driver = { |
422 | .driver = { | 422 | .driver = { |
423 | .owner = THIS_MODULE, | ||
424 | .name = "msic_audio", | 423 | .name = "msic_audio", |
425 | }, | 424 | }, |
426 | .probe = snd_mfld_mc_probe, | 425 | .probe = snd_mfld_mc_probe, |
diff --git a/sound/soc/intel/sst-acpi.c b/sound/soc/intel/sst-acpi.c index 03d0a166b635..b3d84560fbb5 100644 --- a/sound/soc/intel/sst-acpi.c +++ b/sound/soc/intel/sst-acpi.c | |||
@@ -275,7 +275,6 @@ static struct platform_driver sst_acpi_driver = { | |||
275 | .remove = sst_acpi_remove, | 275 | .remove = sst_acpi_remove, |
276 | .driver = { | 276 | .driver = { |
277 | .name = "sst-acpi", | 277 | .name = "sst-acpi", |
278 | .owner = THIS_MODULE, | ||
279 | .acpi_match_table = ACPI_PTR(sst_acpi_match), | 278 | .acpi_match_table = ACPI_PTR(sst_acpi_match), |
280 | }, | 279 | }, |
281 | }; | 280 | }; |
diff --git a/sound/soc/intel/sst-baytrail-pcm.c b/sound/soc/intel/sst-baytrail-pcm.c index eab1c7d85187..3bb6288d8b4d 100644 --- a/sound/soc/intel/sst-baytrail-pcm.c +++ b/sound/soc/intel/sst-baytrail-pcm.c | |||
@@ -497,7 +497,6 @@ static int sst_byt_pcm_dev_remove(struct platform_device *pdev) | |||
497 | static struct platform_driver sst_byt_pcm_driver = { | 497 | static struct platform_driver sst_byt_pcm_driver = { |
498 | .driver = { | 498 | .driver = { |
499 | .name = "baytrail-pcm-audio", | 499 | .name = "baytrail-pcm-audio", |
500 | .owner = THIS_MODULE, | ||
501 | .pm = SST_BYT_PM_OPS, | 500 | .pm = SST_BYT_PM_OPS, |
502 | }, | 501 | }, |
503 | 502 | ||
diff --git a/sound/soc/intel/sst-haswell-pcm.c b/sound/soc/intel/sst-haswell-pcm.c index 0180b386c421..b8a782c0d4cd 100644 --- a/sound/soc/intel/sst-haswell-pcm.c +++ b/sound/soc/intel/sst-haswell-pcm.c | |||
@@ -1170,9 +1170,7 @@ static const struct dev_pm_ops hsw_pcm_pm = { | |||
1170 | static struct platform_driver hsw_pcm_driver = { | 1170 | static struct platform_driver hsw_pcm_driver = { |
1171 | .driver = { | 1171 | .driver = { |
1172 | .name = "haswell-pcm-audio", | 1172 | .name = "haswell-pcm-audio", |
1173 | .owner = THIS_MODULE, | ||
1174 | .pm = &hsw_pcm_pm, | 1173 | .pm = &hsw_pcm_pm, |
1175 | |||
1176 | }, | 1174 | }, |
1177 | 1175 | ||
1178 | .probe = hsw_pcm_dev_probe, | 1176 | .probe = hsw_pcm_dev_probe, |
diff --git a/sound/soc/intel/sst-mfld-platform-pcm.c b/sound/soc/intel/sst-mfld-platform-pcm.c index 6032f18693be..a1a8d9d91539 100644 --- a/sound/soc/intel/sst-mfld-platform-pcm.c +++ b/sound/soc/intel/sst-mfld-platform-pcm.c | |||
@@ -737,7 +737,6 @@ static int sst_platform_remove(struct platform_device *pdev) | |||
737 | static struct platform_driver sst_platform_driver = { | 737 | static struct platform_driver sst_platform_driver = { |
738 | .driver = { | 738 | .driver = { |
739 | .name = "sst-mfld-platform", | 739 | .name = "sst-mfld-platform", |
740 | .owner = THIS_MODULE, | ||
741 | }, | 740 | }, |
742 | .probe = sst_platform_probe, | 741 | .probe = sst_platform_probe, |
743 | .remove = sst_platform_remove, | 742 | .remove = sst_platform_remove, |
diff --git a/sound/soc/jz4740/jz4740-i2s.c b/sound/soc/jz4740/jz4740-i2s.c index 3f9c3a9ae36f..d3d45c6f064f 100644 --- a/sound/soc/jz4740/jz4740-i2s.c +++ b/sound/soc/jz4740/jz4740-i2s.c | |||
@@ -455,7 +455,6 @@ static struct platform_driver jz4740_i2s_driver = { | |||
455 | .probe = jz4740_i2s_dev_probe, | 455 | .probe = jz4740_i2s_dev_probe, |
456 | .driver = { | 456 | .driver = { |
457 | .name = "jz4740-i2s", | 457 | .name = "jz4740-i2s", |
458 | .owner = THIS_MODULE, | ||
459 | }, | 458 | }, |
460 | }; | 459 | }; |
461 | 460 | ||
diff --git a/sound/soc/jz4740/qi_lb60.c b/sound/soc/jz4740/qi_lb60.c index 0fb7d2a91c3a..53586999fcaa 100644 --- a/sound/soc/jz4740/qi_lb60.c +++ b/sound/soc/jz4740/qi_lb60.c | |||
@@ -100,7 +100,6 @@ static int qi_lb60_probe(struct platform_device *pdev) | |||
100 | static struct platform_driver qi_lb60_driver = { | 100 | static struct platform_driver qi_lb60_driver = { |
101 | .driver = { | 101 | .driver = { |
102 | .name = "qi-lb60-audio", | 102 | .name = "qi-lb60-audio", |
103 | .owner = THIS_MODULE, | ||
104 | }, | 103 | }, |
105 | .probe = qi_lb60_probe, | 104 | .probe = qi_lb60_probe, |
106 | }; | 105 | }; |
diff --git a/sound/soc/kirkwood/armada-370-db.c b/sound/soc/kirkwood/armada-370-db.c index c44333849259..de7563bdc5c2 100644 --- a/sound/soc/kirkwood/armada-370-db.c +++ b/sound/soc/kirkwood/armada-370-db.c | |||
@@ -134,7 +134,6 @@ static const struct of_device_id a370db_dt_ids[] = { | |||
134 | static struct platform_driver a370db_driver = { | 134 | static struct platform_driver a370db_driver = { |
135 | .driver = { | 135 | .driver = { |
136 | .name = "a370db-audio", | 136 | .name = "a370db-audio", |
137 | .owner = THIS_MODULE, | ||
138 | .of_match_table = of_match_ptr(a370db_dt_ids), | 137 | .of_match_table = of_match_ptr(a370db_dt_ids), |
139 | }, | 138 | }, |
140 | .probe = a370db_probe, | 139 | .probe = a370db_probe, |
diff --git a/sound/soc/kirkwood/kirkwood-i2s.c b/sound/soc/kirkwood/kirkwood-i2s.c index 0704cd6d2314..def7d8260c4e 100644 --- a/sound/soc/kirkwood/kirkwood-i2s.c +++ b/sound/soc/kirkwood/kirkwood-i2s.c | |||
@@ -657,7 +657,6 @@ static struct platform_driver kirkwood_i2s_driver = { | |||
657 | .remove = kirkwood_i2s_dev_remove, | 657 | .remove = kirkwood_i2s_dev_remove, |
658 | .driver = { | 658 | .driver = { |
659 | .name = DRV_NAME, | 659 | .name = DRV_NAME, |
660 | .owner = THIS_MODULE, | ||
661 | .of_match_table = of_match_ptr(mvebu_audio_of_match), | 660 | .of_match_table = of_match_ptr(mvebu_audio_of_match), |
662 | }, | 661 | }, |
663 | }; | 662 | }; |
diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c index 83b2fea09219..d9865082160c 100644 --- a/sound/soc/mxs/mxs-saif.c +++ b/sound/soc/mxs/mxs-saif.c | |||
@@ -815,7 +815,6 @@ static struct platform_driver mxs_saif_driver = { | |||
815 | 815 | ||
816 | .driver = { | 816 | .driver = { |
817 | .name = "mxs-saif", | 817 | .name = "mxs-saif", |
818 | .owner = THIS_MODULE, | ||
819 | .of_match_table = mxs_saif_dt_ids, | 818 | .of_match_table = mxs_saif_dt_ids, |
820 | }, | 819 | }, |
821 | }; | 820 | }; |
diff --git a/sound/soc/mxs/mxs-sgtl5000.c b/sound/soc/mxs/mxs-sgtl5000.c index 3bba6cfe4f29..6f1916b71815 100644 --- a/sound/soc/mxs/mxs-sgtl5000.c +++ b/sound/soc/mxs/mxs-sgtl5000.c | |||
@@ -187,7 +187,6 @@ MODULE_DEVICE_TABLE(of, mxs_sgtl5000_dt_ids); | |||
187 | static struct platform_driver mxs_sgtl5000_audio_driver = { | 187 | static struct platform_driver mxs_sgtl5000_audio_driver = { |
188 | .driver = { | 188 | .driver = { |
189 | .name = "mxs-sgtl5000", | 189 | .name = "mxs-sgtl5000", |
190 | .owner = THIS_MODULE, | ||
191 | .of_match_table = mxs_sgtl5000_dt_ids, | 190 | .of_match_table = mxs_sgtl5000_dt_ids, |
192 | }, | 191 | }, |
193 | .probe = mxs_sgtl5000_probe, | 192 | .probe = mxs_sgtl5000_probe, |
diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c index dff443e4b657..b6615affe571 100644 --- a/sound/soc/nuc900/nuc900-ac97.c +++ b/sound/soc/nuc900/nuc900-ac97.c | |||
@@ -385,7 +385,6 @@ static int nuc900_ac97_drvremove(struct platform_device *pdev) | |||
385 | static struct platform_driver nuc900_ac97_driver = { | 385 | static struct platform_driver nuc900_ac97_driver = { |
386 | .driver = { | 386 | .driver = { |
387 | .name = "nuc900-ac97", | 387 | .name = "nuc900-ac97", |
388 | .owner = THIS_MODULE, | ||
389 | }, | 388 | }, |
390 | .probe = nuc900_ac97_drvprobe, | 389 | .probe = nuc900_ac97_drvprobe, |
391 | .remove = nuc900_ac97_drvremove, | 390 | .remove = nuc900_ac97_drvremove, |
diff --git a/sound/soc/nuc900/nuc900-pcm.c b/sound/soc/nuc900/nuc900-pcm.c index f434ed79d1b6..b779a3d9b5dd 100644 --- a/sound/soc/nuc900/nuc900-pcm.c +++ b/sound/soc/nuc900/nuc900-pcm.c | |||
@@ -347,7 +347,6 @@ static int nuc900_soc_platform_remove(struct platform_device *pdev) | |||
347 | static struct platform_driver nuc900_pcm_driver = { | 347 | static struct platform_driver nuc900_pcm_driver = { |
348 | .driver = { | 348 | .driver = { |
349 | .name = "nuc900-pcm-audio", | 349 | .name = "nuc900-pcm-audio", |
350 | .owner = THIS_MODULE, | ||
351 | }, | 350 | }, |
352 | 351 | ||
353 | .probe = nuc900_soc_platform_probe, | 352 | .probe = nuc900_soc_platform_probe, |
diff --git a/sound/soc/omap/ams-delta.c b/sound/soc/omap/ams-delta.c index 8c9cc64a9dfb..4c6afb75eea6 100644 --- a/sound/soc/omap/ams-delta.c +++ b/sound/soc/omap/ams-delta.c | |||
@@ -599,7 +599,6 @@ static int ams_delta_remove(struct platform_device *pdev) | |||
599 | static struct platform_driver ams_delta_driver = { | 599 | static struct platform_driver ams_delta_driver = { |
600 | .driver = { | 600 | .driver = { |
601 | .name = DRV_NAME, | 601 | .name = DRV_NAME, |
602 | .owner = THIS_MODULE, | ||
603 | }, | 602 | }, |
604 | .probe = ams_delta_probe, | 603 | .probe = ams_delta_probe, |
605 | .remove = ams_delta_remove, | 604 | .remove = ams_delta_remove, |
diff --git a/sound/soc/omap/omap-abe-twl6040.c b/sound/soc/omap/omap-abe-twl6040.c index cec836ed0c01..b9c65f1ad5a8 100644 --- a/sound/soc/omap/omap-abe-twl6040.c +++ b/sound/soc/omap/omap-abe-twl6040.c | |||
@@ -354,7 +354,6 @@ MODULE_DEVICE_TABLE(of, omap_abe_of_match); | |||
354 | static struct platform_driver omap_abe_driver = { | 354 | static struct platform_driver omap_abe_driver = { |
355 | .driver = { | 355 | .driver = { |
356 | .name = "omap-abe-twl6040", | 356 | .name = "omap-abe-twl6040", |
357 | .owner = THIS_MODULE, | ||
358 | .pm = &snd_soc_pm_ops, | 357 | .pm = &snd_soc_pm_ops, |
359 | .of_match_table = omap_abe_of_match, | 358 | .of_match_table = omap_abe_of_match, |
360 | }, | 359 | }, |
diff --git a/sound/soc/omap/omap-dmic.c b/sound/soc/omap/omap-dmic.c index 0f34e28a3d55..09db2aec12a3 100644 --- a/sound/soc/omap/omap-dmic.c +++ b/sound/soc/omap/omap-dmic.c | |||
@@ -509,7 +509,6 @@ MODULE_DEVICE_TABLE(of, omap_dmic_of_match); | |||
509 | static struct platform_driver asoc_dmic_driver = { | 509 | static struct platform_driver asoc_dmic_driver = { |
510 | .driver = { | 510 | .driver = { |
511 | .name = "omap-dmic", | 511 | .name = "omap-dmic", |
512 | .owner = THIS_MODULE, | ||
513 | .of_match_table = omap_dmic_of_match, | 512 | .of_match_table = omap_dmic_of_match, |
514 | }, | 513 | }, |
515 | .probe = asoc_dmic_probe, | 514 | .probe = asoc_dmic_probe, |
diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index bd3ef2a88be0..8b79cafab1e2 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c | |||
@@ -831,7 +831,6 @@ static int asoc_mcbsp_remove(struct platform_device *pdev) | |||
831 | static struct platform_driver asoc_mcbsp_driver = { | 831 | static struct platform_driver asoc_mcbsp_driver = { |
832 | .driver = { | 832 | .driver = { |
833 | .name = "omap-mcbsp", | 833 | .name = "omap-mcbsp", |
834 | .owner = THIS_MODULE, | ||
835 | .of_match_table = omap_mcbsp_of_match, | 834 | .of_match_table = omap_mcbsp_of_match, |
836 | }, | 835 | }, |
837 | 836 | ||
diff --git a/sound/soc/omap/omap-mcpdm.c b/sound/soc/omap/omap-mcpdm.c index f0e2ebeab02b..b837265ac3e9 100644 --- a/sound/soc/omap/omap-mcpdm.c +++ b/sound/soc/omap/omap-mcpdm.c | |||
@@ -512,7 +512,6 @@ MODULE_DEVICE_TABLE(of, omap_mcpdm_of_match); | |||
512 | static struct platform_driver asoc_mcpdm_driver = { | 512 | static struct platform_driver asoc_mcpdm_driver = { |
513 | .driver = { | 513 | .driver = { |
514 | .name = "omap-mcpdm", | 514 | .name = "omap-mcpdm", |
515 | .owner = THIS_MODULE, | ||
516 | .of_match_table = omap_mcpdm_of_match, | 515 | .of_match_table = omap_mcpdm_of_match, |
517 | }, | 516 | }, |
518 | 517 | ||
diff --git a/sound/soc/omap/omap-twl4030.c b/sound/soc/omap/omap-twl4030.c index 4336d1831485..5e551c762b7a 100644 --- a/sound/soc/omap/omap-twl4030.c +++ b/sound/soc/omap/omap-twl4030.c | |||
@@ -375,7 +375,6 @@ MODULE_DEVICE_TABLE(of, omap_twl4030_of_match); | |||
375 | static struct platform_driver omap_twl4030_driver = { | 375 | static struct platform_driver omap_twl4030_driver = { |
376 | .driver = { | 376 | .driver = { |
377 | .name = "omap-twl4030", | 377 | .name = "omap-twl4030", |
378 | .owner = THIS_MODULE, | ||
379 | .pm = &snd_soc_pm_ops, | 378 | .pm = &snd_soc_pm_ops, |
380 | .of_match_table = omap_twl4030_of_match, | 379 | .of_match_table = omap_twl4030_of_match, |
381 | }, | 380 | }, |
diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index b10ae8074461..04896d6252a2 100644 --- a/sound/soc/omap/rx51.c +++ b/sound/soc/omap/rx51.c | |||
@@ -519,7 +519,6 @@ MODULE_DEVICE_TABLE(of, rx51_audio_of_match); | |||
519 | static struct platform_driver rx51_soc_driver = { | 519 | static struct platform_driver rx51_soc_driver = { |
520 | .driver = { | 520 | .driver = { |
521 | .name = "rx51-audio", | 521 | .name = "rx51-audio", |
522 | .owner = THIS_MODULE, | ||
523 | .of_match_table = of_match_ptr(rx51_audio_of_match), | 522 | .of_match_table = of_match_ptr(rx51_audio_of_match), |
524 | }, | 523 | }, |
525 | .probe = rx51_soc_probe, | 524 | .probe = rx51_soc_probe, |
diff --git a/sound/soc/pxa/brownstone.c b/sound/soc/pxa/brownstone.c index c8dd53f9c35d..79936e3e80e7 100644 --- a/sound/soc/pxa/brownstone.c +++ b/sound/soc/pxa/brownstone.c | |||
@@ -155,7 +155,6 @@ static int brownstone_remove(struct platform_device *pdev) | |||
155 | static struct platform_driver mmp_driver = { | 155 | static struct platform_driver mmp_driver = { |
156 | .driver = { | 156 | .driver = { |
157 | .name = "brownstone-audio", | 157 | .name = "brownstone-audio", |
158 | .owner = THIS_MODULE, | ||
159 | .pm = &snd_soc_pm_ops, | 158 | .pm = &snd_soc_pm_ops, |
160 | }, | 159 | }, |
161 | .probe = brownstone_probe, | 160 | .probe = brownstone_probe, |
diff --git a/sound/soc/pxa/corgi.c b/sound/soc/pxa/corgi.c index 5a88136aa800..b7cd0a71fd70 100644 --- a/sound/soc/pxa/corgi.c +++ b/sound/soc/pxa/corgi.c | |||
@@ -327,7 +327,6 @@ static int corgi_remove(struct platform_device *pdev) | |||
327 | static struct platform_driver corgi_driver = { | 327 | static struct platform_driver corgi_driver = { |
328 | .driver = { | 328 | .driver = { |
329 | .name = "corgi-audio", | 329 | .name = "corgi-audio", |
330 | .owner = THIS_MODULE, | ||
331 | .pm = &snd_soc_pm_ops, | 330 | .pm = &snd_soc_pm_ops, |
332 | }, | 331 | }, |
333 | .probe = corgi_probe, | 332 | .probe = corgi_probe, |
diff --git a/sound/soc/pxa/e740_wm9705.c b/sound/soc/pxa/e740_wm9705.c index c29fedab2f49..7c691aae8af2 100644 --- a/sound/soc/pxa/e740_wm9705.c +++ b/sound/soc/pxa/e740_wm9705.c | |||
@@ -177,7 +177,6 @@ static int e740_remove(struct platform_device *pdev) | |||
177 | static struct platform_driver e740_driver = { | 177 | static struct platform_driver e740_driver = { |
178 | .driver = { | 178 | .driver = { |
179 | .name = "e740-audio", | 179 | .name = "e740-audio", |
180 | .owner = THIS_MODULE, | ||
181 | .pm = &snd_soc_pm_ops, | 180 | .pm = &snd_soc_pm_ops, |
182 | }, | 181 | }, |
183 | .probe = e740_probe, | 182 | .probe = e740_probe, |
diff --git a/sound/soc/pxa/e750_wm9705.c b/sound/soc/pxa/e750_wm9705.c index ee36aba88063..30544b65b5a8 100644 --- a/sound/soc/pxa/e750_wm9705.c +++ b/sound/soc/pxa/e750_wm9705.c | |||
@@ -159,7 +159,6 @@ static int e750_remove(struct platform_device *pdev) | |||
159 | static struct platform_driver e750_driver = { | 159 | static struct platform_driver e750_driver = { |
160 | .driver = { | 160 | .driver = { |
161 | .name = "e750-audio", | 161 | .name = "e750-audio", |
162 | .owner = THIS_MODULE, | ||
163 | .pm = &snd_soc_pm_ops, | 162 | .pm = &snd_soc_pm_ops, |
164 | }, | 163 | }, |
165 | .probe = e750_probe, | 164 | .probe = e750_probe, |
diff --git a/sound/soc/pxa/e800_wm9712.c b/sound/soc/pxa/e800_wm9712.c index 24c2078ce70b..45d4bd46fff6 100644 --- a/sound/soc/pxa/e800_wm9712.c +++ b/sound/soc/pxa/e800_wm9712.c | |||
@@ -140,7 +140,6 @@ static int e800_remove(struct platform_device *pdev) | |||
140 | static struct platform_driver e800_driver = { | 140 | static struct platform_driver e800_driver = { |
141 | .driver = { | 141 | .driver = { |
142 | .name = "e800-audio", | 142 | .name = "e800-audio", |
143 | .owner = THIS_MODULE, | ||
144 | .pm = &snd_soc_pm_ops, | 143 | .pm = &snd_soc_pm_ops, |
145 | }, | 144 | }, |
146 | .probe = e800_probe, | 145 | .probe = e800_probe, |
diff --git a/sound/soc/pxa/hx4700.c b/sound/soc/pxa/hx4700.c index 05559a725bec..ce26551052a3 100644 --- a/sound/soc/pxa/hx4700.c +++ b/sound/soc/pxa/hx4700.c | |||
@@ -226,7 +226,6 @@ static int hx4700_audio_remove(struct platform_device *pdev) | |||
226 | static struct platform_driver hx4700_audio_driver = { | 226 | static struct platform_driver hx4700_audio_driver = { |
227 | .driver = { | 227 | .driver = { |
228 | .name = "hx4700-audio", | 228 | .name = "hx4700-audio", |
229 | .owner = THIS_MODULE, | ||
230 | .pm = &snd_soc_pm_ops, | 229 | .pm = &snd_soc_pm_ops, |
231 | }, | 230 | }, |
232 | .probe = hx4700_audio_probe, | 231 | .probe = hx4700_audio_probe, |
diff --git a/sound/soc/pxa/imote2.c b/sound/soc/pxa/imote2.c index fd2f4eda1fd3..29fabbfd21f1 100644 --- a/sound/soc/pxa/imote2.c +++ b/sound/soc/pxa/imote2.c | |||
@@ -90,7 +90,6 @@ static int imote2_remove(struct platform_device *pdev) | |||
90 | static struct platform_driver imote2_driver = { | 90 | static struct platform_driver imote2_driver = { |
91 | .driver = { | 91 | .driver = { |
92 | .name = "imote2-audio", | 92 | .name = "imote2-audio", |
93 | .owner = THIS_MODULE, | ||
94 | .pm = &snd_soc_pm_ops, | 93 | .pm = &snd_soc_pm_ops, |
95 | }, | 94 | }, |
96 | .probe = imote2_probe, | 95 | .probe = imote2_probe, |
diff --git a/sound/soc/pxa/mioa701_wm9713.c b/sound/soc/pxa/mioa701_wm9713.c index a6b2be20cc0b..396dbd51a64f 100644 --- a/sound/soc/pxa/mioa701_wm9713.c +++ b/sound/soc/pxa/mioa701_wm9713.c | |||
@@ -202,7 +202,6 @@ static struct platform_driver mioa701_wm9713_driver = { | |||
202 | .remove = mioa701_wm9713_remove, | 202 | .remove = mioa701_wm9713_remove, |
203 | .driver = { | 203 | .driver = { |
204 | .name = "mioa701-wm9713", | 204 | .name = "mioa701-wm9713", |
205 | .owner = THIS_MODULE, | ||
206 | .pm = &snd_soc_pm_ops, | 205 | .pm = &snd_soc_pm_ops, |
207 | }, | 206 | }, |
208 | }; | 207 | }; |
diff --git a/sound/soc/pxa/mmp-pcm.c b/sound/soc/pxa/mmp-pcm.c index 64e8b949a1a3..1eb45dcfb8e8 100644 --- a/sound/soc/pxa/mmp-pcm.c +++ b/sound/soc/pxa/mmp-pcm.c | |||
@@ -244,7 +244,6 @@ static int mmp_pcm_remove(struct platform_device *pdev) | |||
244 | static struct platform_driver mmp_pcm_driver = { | 244 | static struct platform_driver mmp_pcm_driver = { |
245 | .driver = { | 245 | .driver = { |
246 | .name = "mmp-pcm-audio", | 246 | .name = "mmp-pcm-audio", |
247 | .owner = THIS_MODULE, | ||
248 | }, | 247 | }, |
249 | 248 | ||
250 | .probe = mmp_pcm_probe, | 249 | .probe = mmp_pcm_probe, |
diff --git a/sound/soc/pxa/mmp-sspa.c b/sound/soc/pxa/mmp-sspa.c index 5bf5f1f7cac5..eca60c29791a 100644 --- a/sound/soc/pxa/mmp-sspa.c +++ b/sound/soc/pxa/mmp-sspa.c | |||
@@ -472,7 +472,6 @@ static int asoc_mmp_sspa_remove(struct platform_device *pdev) | |||
472 | static struct platform_driver asoc_mmp_sspa_driver = { | 472 | static struct platform_driver asoc_mmp_sspa_driver = { |
473 | .driver = { | 473 | .driver = { |
474 | .name = "mmp-sspa-dai", | 474 | .name = "mmp-sspa-dai", |
475 | .owner = THIS_MODULE, | ||
476 | }, | 475 | }, |
477 | .probe = asoc_mmp_sspa_probe, | 476 | .probe = asoc_mmp_sspa_probe, |
478 | .remove = asoc_mmp_sspa_remove, | 477 | .remove = asoc_mmp_sspa_remove, |
diff --git a/sound/soc/pxa/palm27x.c b/sound/soc/pxa/palm27x.c index 17f9521ff6ea..1eebca2f0a97 100644 --- a/sound/soc/pxa/palm27x.c +++ b/sound/soc/pxa/palm27x.c | |||
@@ -172,7 +172,6 @@ static struct platform_driver palm27x_wm9712_driver = { | |||
172 | .remove = palm27x_asoc_remove, | 172 | .remove = palm27x_asoc_remove, |
173 | .driver = { | 173 | .driver = { |
174 | .name = "palm27x-asoc", | 174 | .name = "palm27x-asoc", |
175 | .owner = THIS_MODULE, | ||
176 | .pm = &snd_soc_pm_ops, | 175 | .pm = &snd_soc_pm_ops, |
177 | }, | 176 | }, |
178 | }; | 177 | }; |
diff --git a/sound/soc/pxa/poodle.c b/sound/soc/pxa/poodle.c index 21f340065318..0fce8c420e96 100644 --- a/sound/soc/pxa/poodle.c +++ b/sound/soc/pxa/poodle.c | |||
@@ -296,7 +296,6 @@ static int poodle_remove(struct platform_device *pdev) | |||
296 | static struct platform_driver poodle_driver = { | 296 | static struct platform_driver poodle_driver = { |
297 | .driver = { | 297 | .driver = { |
298 | .name = "poodle-audio", | 298 | .name = "poodle-audio", |
299 | .owner = THIS_MODULE, | ||
300 | .pm = &snd_soc_pm_ops, | 299 | .pm = &snd_soc_pm_ops, |
301 | }, | 300 | }, |
302 | .probe = poodle_probe, | 301 | .probe = poodle_probe, |
diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c index cbba063a7210..fbe2e93d6edc 100644 --- a/sound/soc/pxa/pxa-ssp.c +++ b/sound/soc/pxa/pxa-ssp.c | |||
@@ -826,7 +826,6 @@ static int asoc_ssp_remove(struct platform_device *pdev) | |||
826 | static struct platform_driver asoc_ssp_driver = { | 826 | static struct platform_driver asoc_ssp_driver = { |
827 | .driver = { | 827 | .driver = { |
828 | .name = "pxa-ssp-dai", | 828 | .name = "pxa-ssp-dai", |
829 | .owner = THIS_MODULE, | ||
830 | .of_match_table = of_match_ptr(pxa_ssp_of_ids), | 829 | .of_match_table = of_match_ptr(pxa_ssp_of_ids), |
831 | }, | 830 | }, |
832 | 831 | ||
diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c index 73ca2820c08c..1f6054650991 100644 --- a/sound/soc/pxa/pxa2xx-ac97.c +++ b/sound/soc/pxa/pxa2xx-ac97.c | |||
@@ -261,7 +261,6 @@ static struct platform_driver pxa2xx_ac97_driver = { | |||
261 | .remove = pxa2xx_ac97_dev_remove, | 261 | .remove = pxa2xx_ac97_dev_remove, |
262 | .driver = { | 262 | .driver = { |
263 | .name = "pxa2xx-ac97", | 263 | .name = "pxa2xx-ac97", |
264 | .owner = THIS_MODULE, | ||
265 | #ifdef CONFIG_PM_SLEEP | 264 | #ifdef CONFIG_PM_SLEEP |
266 | .pm = &pxa2xx_ac97_pm_ops, | 265 | .pm = &pxa2xx_ac97_pm_ops, |
267 | #endif | 266 | #endif |
diff --git a/sound/soc/pxa/pxa2xx-i2s.c b/sound/soc/pxa/pxa2xx-i2s.c index c0d648d3339f..e68290c15328 100644 --- a/sound/soc/pxa/pxa2xx-i2s.c +++ b/sound/soc/pxa/pxa2xx-i2s.c | |||
@@ -383,7 +383,6 @@ static struct platform_driver pxa2xx_i2s_driver = { | |||
383 | 383 | ||
384 | .driver = { | 384 | .driver = { |
385 | .name = "pxa2xx-i2s", | 385 | .name = "pxa2xx-i2s", |
386 | .owner = THIS_MODULE, | ||
387 | }, | 386 | }, |
388 | }; | 387 | }; |
389 | 388 | ||
diff --git a/sound/soc/pxa/pxa2xx-pcm.c b/sound/soc/pxa/pxa2xx-pcm.c index 42f2f0175981..a51c9da66614 100644 --- a/sound/soc/pxa/pxa2xx-pcm.c +++ b/sound/soc/pxa/pxa2xx-pcm.c | |||
@@ -143,7 +143,6 @@ static const struct of_device_id snd_soc_pxa_audio_match[] = { | |||
143 | static struct platform_driver pxa_pcm_driver = { | 143 | static struct platform_driver pxa_pcm_driver = { |
144 | .driver = { | 144 | .driver = { |
145 | .name = "pxa-pcm-audio", | 145 | .name = "pxa-pcm-audio", |
146 | .owner = THIS_MODULE, | ||
147 | .of_match_table = of_match_ptr(snd_soc_pxa_audio_match), | 146 | .of_match_table = of_match_ptr(snd_soc_pxa_audio_match), |
148 | }, | 147 | }, |
149 | 148 | ||
diff --git a/sound/soc/pxa/tosa.c b/sound/soc/pxa/tosa.c index 4a956d1cb269..cb49284e853a 100644 --- a/sound/soc/pxa/tosa.c +++ b/sound/soc/pxa/tosa.c | |||
@@ -265,7 +265,6 @@ static int tosa_remove(struct platform_device *pdev) | |||
265 | static struct platform_driver tosa_driver = { | 265 | static struct platform_driver tosa_driver = { |
266 | .driver = { | 266 | .driver = { |
267 | .name = "tosa-audio", | 267 | .name = "tosa-audio", |
268 | .owner = THIS_MODULE, | ||
269 | .pm = &snd_soc_pm_ops, | 268 | .pm = &snd_soc_pm_ops, |
270 | }, | 269 | }, |
271 | .probe = tosa_probe, | 270 | .probe = tosa_probe, |
diff --git a/sound/soc/pxa/ttc-dkb.c b/sound/soc/pxa/ttc-dkb.c index 9d7c5b7e9539..e3d7257ad09c 100644 --- a/sound/soc/pxa/ttc-dkb.c +++ b/sound/soc/pxa/ttc-dkb.c | |||
@@ -155,7 +155,6 @@ static int ttc_dkb_remove(struct platform_device *pdev) | |||
155 | static struct platform_driver ttc_dkb_driver = { | 155 | static struct platform_driver ttc_dkb_driver = { |
156 | .driver = { | 156 | .driver = { |
157 | .name = "ttc-dkb-audio", | 157 | .name = "ttc-dkb-audio", |
158 | .owner = THIS_MODULE, | ||
159 | .pm = &snd_soc_pm_ops, | 158 | .pm = &snd_soc_pm_ops, |
160 | }, | 159 | }, |
161 | .probe = ttc_dkb_probe, | 160 | .probe = ttc_dkb_probe, |
diff --git a/sound/soc/rockchip/rockchip_i2s.c b/sound/soc/rockchip/rockchip_i2s.c index c74ba37f862c..26ec5117b35c 100644 --- a/sound/soc/rockchip/rockchip_i2s.c +++ b/sound/soc/rockchip/rockchip_i2s.c | |||
@@ -528,7 +528,6 @@ static struct platform_driver rockchip_i2s_driver = { | |||
528 | .remove = rockchip_i2s_remove, | 528 | .remove = rockchip_i2s_remove, |
529 | .driver = { | 529 | .driver = { |
530 | .name = DRV_NAME, | 530 | .name = DRV_NAME, |
531 | .owner = THIS_MODULE, | ||
532 | .of_match_table = of_match_ptr(rockchip_i2s_match), | 531 | .of_match_table = of_match_ptr(rockchip_i2s_match), |
533 | .pm = &rockchip_i2s_pm_ops, | 532 | .pm = &rockchip_i2s_pm_ops, |
534 | }, | 533 | }, |
diff --git a/sound/soc/samsung/ac97.c b/sound/soc/samsung/ac97.c index 7952a625669d..e4145509d63c 100644 --- a/sound/soc/samsung/ac97.c +++ b/sound/soc/samsung/ac97.c | |||
@@ -442,7 +442,6 @@ static struct platform_driver s3c_ac97_driver = { | |||
442 | .remove = s3c_ac97_remove, | 442 | .remove = s3c_ac97_remove, |
443 | .driver = { | 443 | .driver = { |
444 | .name = "samsung-ac97", | 444 | .name = "samsung-ac97", |
445 | .owner = THIS_MODULE, | ||
446 | }, | 445 | }, |
447 | }; | 446 | }; |
448 | 447 | ||
diff --git a/sound/soc/samsung/bells.c b/sound/soc/samsung/bells.c index 5b21207cf551..e5f05e62fa3c 100644 --- a/sound/soc/samsung/bells.c +++ b/sound/soc/samsung/bells.c | |||
@@ -445,7 +445,6 @@ static int bells_probe(struct platform_device *pdev) | |||
445 | static struct platform_driver bells_driver = { | 445 | static struct platform_driver bells_driver = { |
446 | .driver = { | 446 | .driver = { |
447 | .name = "bells", | 447 | .name = "bells", |
448 | .owner = THIS_MODULE, | ||
449 | .pm = &snd_soc_pm_ops, | 448 | .pm = &snd_soc_pm_ops, |
450 | }, | 449 | }, |
451 | .probe = bells_probe, | 450 | .probe = bells_probe, |
diff --git a/sound/soc/samsung/i2s.c b/sound/soc/samsung/i2s.c index c7aafcd95de3..95340ba415c7 100644 --- a/sound/soc/samsung/i2s.c +++ b/sound/soc/samsung/i2s.c | |||
@@ -1470,7 +1470,6 @@ static struct platform_driver samsung_i2s_driver = { | |||
1470 | .id_table = samsung_i2s_driver_ids, | 1470 | .id_table = samsung_i2s_driver_ids, |
1471 | .driver = { | 1471 | .driver = { |
1472 | .name = "samsung-i2s", | 1472 | .name = "samsung-i2s", |
1473 | .owner = THIS_MODULE, | ||
1474 | .of_match_table = of_match_ptr(exynos_i2s_match), | 1473 | .of_match_table = of_match_ptr(exynos_i2s_match), |
1475 | .pm = &samsung_i2s_pm, | 1474 | .pm = &samsung_i2s_pm, |
1476 | }, | 1475 | }, |
diff --git a/sound/soc/samsung/idma.c b/sound/soc/samsung/idma.c index 0e8dd985fcb3..4ed29ffc1c54 100644 --- a/sound/soc/samsung/idma.c +++ b/sound/soc/samsung/idma.c | |||
@@ -418,7 +418,6 @@ static int asoc_idma_platform_probe(struct platform_device *pdev) | |||
418 | static struct platform_driver asoc_idma_driver = { | 418 | static struct platform_driver asoc_idma_driver = { |
419 | .driver = { | 419 | .driver = { |
420 | .name = "samsung-idma", | 420 | .name = "samsung-idma", |
421 | .owner = THIS_MODULE, | ||
422 | }, | 421 | }, |
423 | 422 | ||
424 | .probe = asoc_idma_platform_probe, | 423 | .probe = asoc_idma_platform_probe, |
diff --git a/sound/soc/samsung/littlemill.c b/sound/soc/samsung/littlemill.c index 840787e63cb1..141519c21e21 100644 --- a/sound/soc/samsung/littlemill.c +++ b/sound/soc/samsung/littlemill.c | |||
@@ -315,7 +315,6 @@ static int littlemill_probe(struct platform_device *pdev) | |||
315 | static struct platform_driver littlemill_driver = { | 315 | static struct platform_driver littlemill_driver = { |
316 | .driver = { | 316 | .driver = { |
317 | .name = "littlemill", | 317 | .name = "littlemill", |
318 | .owner = THIS_MODULE, | ||
319 | .pm = &snd_soc_pm_ops, | 318 | .pm = &snd_soc_pm_ops, |
320 | }, | 319 | }, |
321 | .probe = littlemill_probe, | 320 | .probe = littlemill_probe, |
diff --git a/sound/soc/samsung/lowland.c b/sound/soc/samsung/lowland.c index bd5f0d643a86..243dea7ba38f 100644 --- a/sound/soc/samsung/lowland.c +++ b/sound/soc/samsung/lowland.c | |||
@@ -198,7 +198,6 @@ static int lowland_probe(struct platform_device *pdev) | |||
198 | static struct platform_driver lowland_driver = { | 198 | static struct platform_driver lowland_driver = { |
199 | .driver = { | 199 | .driver = { |
200 | .name = "lowland", | 200 | .name = "lowland", |
201 | .owner = THIS_MODULE, | ||
202 | .pm = &snd_soc_pm_ops, | 201 | .pm = &snd_soc_pm_ops, |
203 | }, | 202 | }, |
204 | .probe = lowland_probe, | 203 | .probe = lowland_probe, |
diff --git a/sound/soc/samsung/odroidx2_max98090.c b/sound/soc/samsung/odroidx2_max98090.c index d7640e72cb1d..fa4f1d2f69bf 100644 --- a/sound/soc/samsung/odroidx2_max98090.c +++ b/sound/soc/samsung/odroidx2_max98090.c | |||
@@ -162,7 +162,6 @@ static int odroidx2_audio_remove(struct platform_device *pdev) | |||
162 | static struct platform_driver odroidx2_audio_driver = { | 162 | static struct platform_driver odroidx2_audio_driver = { |
163 | .driver = { | 163 | .driver = { |
164 | .name = "odroidx2-audio", | 164 | .name = "odroidx2-audio", |
165 | .owner = THIS_MODULE, | ||
166 | .of_match_table = odroidx2_audio_of_match, | 165 | .of_match_table = odroidx2_audio_of_match, |
167 | .pm = &snd_soc_pm_ops, | 166 | .pm = &snd_soc_pm_ops, |
168 | }, | 167 | }, |
diff --git a/sound/soc/samsung/pcm.c b/sound/soc/samsung/pcm.c index bac034b15a27..b320a9d3fbf8 100644 --- a/sound/soc/samsung/pcm.c +++ b/sound/soc/samsung/pcm.c | |||
@@ -626,7 +626,6 @@ static struct platform_driver s3c_pcm_driver = { | |||
626 | .remove = s3c_pcm_dev_remove, | 626 | .remove = s3c_pcm_dev_remove, |
627 | .driver = { | 627 | .driver = { |
628 | .name = "samsung-pcm", | 628 | .name = "samsung-pcm", |
629 | .owner = THIS_MODULE, | ||
630 | }, | 629 | }, |
631 | }; | 630 | }; |
632 | 631 | ||
diff --git a/sound/soc/samsung/s3c2412-i2s.c b/sound/soc/samsung/s3c2412-i2s.c index 27b339c6580e..2b766d212ce0 100644 --- a/sound/soc/samsung/s3c2412-i2s.c +++ b/sound/soc/samsung/s3c2412-i2s.c | |||
@@ -180,7 +180,6 @@ static struct platform_driver s3c2412_iis_driver = { | |||
180 | .probe = s3c2412_iis_dev_probe, | 180 | .probe = s3c2412_iis_dev_probe, |
181 | .driver = { | 181 | .driver = { |
182 | .name = "s3c2412-iis", | 182 | .name = "s3c2412-iis", |
183 | .owner = THIS_MODULE, | ||
184 | }, | 183 | }, |
185 | }; | 184 | }; |
186 | 185 | ||
diff --git a/sound/soc/samsung/s3c24xx-i2s.c b/sound/soc/samsung/s3c24xx-i2s.c index e87d9a2053b8..326d3c3804e3 100644 --- a/sound/soc/samsung/s3c24xx-i2s.c +++ b/sound/soc/samsung/s3c24xx-i2s.c | |||
@@ -485,7 +485,6 @@ static struct platform_driver s3c24xx_iis_driver = { | |||
485 | .probe = s3c24xx_iis_dev_probe, | 485 | .probe = s3c24xx_iis_dev_probe, |
486 | .driver = { | 486 | .driver = { |
487 | .name = "s3c24xx-iis", | 487 | .name = "s3c24xx-iis", |
488 | .owner = THIS_MODULE, | ||
489 | }, | 488 | }, |
490 | }; | 489 | }; |
491 | 490 | ||
diff --git a/sound/soc/samsung/s3c24xx_simtec_hermes.c b/sound/soc/samsung/s3c24xx_simtec_hermes.c index 2d30b7b6818a..7ac924c595bf 100644 --- a/sound/soc/samsung/s3c24xx_simtec_hermes.c +++ b/sound/soc/samsung/s3c24xx_simtec_hermes.c | |||
@@ -99,7 +99,6 @@ static int simtec_audio_hermes_probe(struct platform_device *pd) | |||
99 | 99 | ||
100 | static struct platform_driver simtec_audio_hermes_platdrv = { | 100 | static struct platform_driver simtec_audio_hermes_platdrv = { |
101 | .driver = { | 101 | .driver = { |
102 | .owner = THIS_MODULE, | ||
103 | .name = "s3c24xx-simtec-hermes-snd", | 102 | .name = "s3c24xx-simtec-hermes-snd", |
104 | .pm = simtec_audio_pm, | 103 | .pm = simtec_audio_pm, |
105 | }, | 104 | }, |
diff --git a/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c b/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c index 83f6c7d49cd6..b4ed2fc1a65c 100644 --- a/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c +++ b/sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c | |||
@@ -87,7 +87,6 @@ static int simtec_audio_tlv320aic23_probe(struct platform_device *pd) | |||
87 | 87 | ||
88 | static struct platform_driver simtec_audio_tlv320aic23_driver = { | 88 | static struct platform_driver simtec_audio_tlv320aic23_driver = { |
89 | .driver = { | 89 | .driver = { |
90 | .owner = THIS_MODULE, | ||
91 | .name = "s3c24xx-simtec-tlv320aic23", | 90 | .name = "s3c24xx-simtec-tlv320aic23", |
92 | .pm = simtec_audio_pm, | 91 | .pm = simtec_audio_pm, |
93 | }, | 92 | }, |
diff --git a/sound/soc/samsung/s3c24xx_uda134x.c b/sound/soc/samsung/s3c24xx_uda134x.c index 1b7b52b0af97..9c6f7db56f60 100644 --- a/sound/soc/samsung/s3c24xx_uda134x.c +++ b/sound/soc/samsung/s3c24xx_uda134x.c | |||
@@ -340,7 +340,6 @@ static struct platform_driver s3c24xx_uda134x_driver = { | |||
340 | .remove = s3c24xx_uda134x_remove, | 340 | .remove = s3c24xx_uda134x_remove, |
341 | .driver = { | 341 | .driver = { |
342 | .name = "s3c24xx_uda134x", | 342 | .name = "s3c24xx_uda134x", |
343 | .owner = THIS_MODULE, | ||
344 | }, | 343 | }, |
345 | }; | 344 | }; |
346 | 345 | ||
diff --git a/sound/soc/samsung/smdk_wm8580pcm.c b/sound/soc/samsung/smdk_wm8580pcm.c index 63d079303561..05c609c62de9 100644 --- a/sound/soc/samsung/smdk_wm8580pcm.c +++ b/sound/soc/samsung/smdk_wm8580pcm.c | |||
@@ -173,7 +173,6 @@ static int snd_smdk_probe(struct platform_device *pdev) | |||
173 | 173 | ||
174 | static struct platform_driver snd_smdk_driver = { | 174 | static struct platform_driver snd_smdk_driver = { |
175 | .driver = { | 175 | .driver = { |
176 | .owner = THIS_MODULE, | ||
177 | .name = "samsung-smdk-pcm", | 176 | .name = "samsung-smdk-pcm", |
178 | }, | 177 | }, |
179 | .probe = snd_smdk_probe, | 178 | .probe = snd_smdk_probe, |
diff --git a/sound/soc/samsung/smdk_wm8994.c b/sound/soc/samsung/smdk_wm8994.c index 3d6272a8cad2..d38595fbdab7 100644 --- a/sound/soc/samsung/smdk_wm8994.c +++ b/sound/soc/samsung/smdk_wm8994.c | |||
@@ -191,7 +191,6 @@ static int smdk_audio_probe(struct platform_device *pdev) | |||
191 | static struct platform_driver smdk_audio_driver = { | 191 | static struct platform_driver smdk_audio_driver = { |
192 | .driver = { | 192 | .driver = { |
193 | .name = "smdk-audio-wm8994", | 193 | .name = "smdk-audio-wm8994", |
194 | .owner = THIS_MODULE, | ||
195 | .of_match_table = of_match_ptr(samsung_wm8994_of_match), | 194 | .of_match_table = of_match_ptr(samsung_wm8994_of_match), |
196 | .pm = &snd_soc_pm_ops, | 195 | .pm = &snd_soc_pm_ops, |
197 | }, | 196 | }, |
diff --git a/sound/soc/samsung/smdk_wm8994pcm.c b/sound/soc/samsung/smdk_wm8994pcm.c index b6c09979be1f..c470e8eed6e1 100644 --- a/sound/soc/samsung/smdk_wm8994pcm.c +++ b/sound/soc/samsung/smdk_wm8994pcm.c | |||
@@ -143,7 +143,6 @@ static int snd_smdk_probe(struct platform_device *pdev) | |||
143 | 143 | ||
144 | static struct platform_driver snd_smdk_driver = { | 144 | static struct platform_driver snd_smdk_driver = { |
145 | .driver = { | 145 | .driver = { |
146 | .owner = THIS_MODULE, | ||
147 | .name = "samsung-smdk-pcm", | 146 | .name = "samsung-smdk-pcm", |
148 | }, | 147 | }, |
149 | .probe = snd_smdk_probe, | 148 | .probe = snd_smdk_probe, |
diff --git a/sound/soc/samsung/snow.c b/sound/soc/samsung/snow.c index 72118a77dd5b..7651dc924161 100644 --- a/sound/soc/samsung/snow.c +++ b/sound/soc/samsung/snow.c | |||
@@ -115,7 +115,6 @@ MODULE_DEVICE_TABLE(of, snow_of_match); | |||
115 | static struct platform_driver snow_driver = { | 115 | static struct platform_driver snow_driver = { |
116 | .driver = { | 116 | .driver = { |
117 | .name = "snow-audio", | 117 | .name = "snow-audio", |
118 | .owner = THIS_MODULE, | ||
119 | .pm = &snd_soc_pm_ops, | 118 | .pm = &snd_soc_pm_ops, |
120 | .of_match_table = snow_of_match, | 119 | .of_match_table = snow_of_match, |
121 | }, | 120 | }, |
diff --git a/sound/soc/samsung/spdif.c b/sound/soc/samsung/spdif.c index d7d2e208f486..36dbc0e96004 100644 --- a/sound/soc/samsung/spdif.c +++ b/sound/soc/samsung/spdif.c | |||
@@ -477,7 +477,6 @@ static struct platform_driver samsung_spdif_driver = { | |||
477 | .remove = spdif_remove, | 477 | .remove = spdif_remove, |
478 | .driver = { | 478 | .driver = { |
479 | .name = "samsung-spdif", | 479 | .name = "samsung-spdif", |
480 | .owner = THIS_MODULE, | ||
481 | }, | 480 | }, |
482 | }; | 481 | }; |
483 | 482 | ||
diff --git a/sound/soc/samsung/speyside.c b/sound/soc/samsung/speyside.c index a05482651aae..5ec7c52282f2 100644 --- a/sound/soc/samsung/speyside.c +++ b/sound/soc/samsung/speyside.c | |||
@@ -340,7 +340,6 @@ static int speyside_probe(struct platform_device *pdev) | |||
340 | static struct platform_driver speyside_driver = { | 340 | static struct platform_driver speyside_driver = { |
341 | .driver = { | 341 | .driver = { |
342 | .name = "speyside", | 342 | .name = "speyside", |
343 | .owner = THIS_MODULE, | ||
344 | .pm = &snd_soc_pm_ops, | 343 | .pm = &snd_soc_pm_ops, |
345 | }, | 344 | }, |
346 | .probe = speyside_probe, | 345 | .probe = speyside_probe, |
diff --git a/sound/soc/samsung/tobermory.c b/sound/soc/samsung/tobermory.c index 6a2b9f14d624..9c80506527c4 100644 --- a/sound/soc/samsung/tobermory.c +++ b/sound/soc/samsung/tobermory.c | |||
@@ -234,7 +234,6 @@ static int tobermory_probe(struct platform_device *pdev) | |||
234 | static struct platform_driver tobermory_driver = { | 234 | static struct platform_driver tobermory_driver = { |
235 | .driver = { | 235 | .driver = { |
236 | .name = "tobermory", | 236 | .name = "tobermory", |
237 | .owner = THIS_MODULE, | ||
238 | .pm = &snd_soc_pm_ops, | 237 | .pm = &snd_soc_pm_ops, |
239 | }, | 238 | }, |
240 | .probe = tobermory_probe, | 239 | .probe = tobermory_probe, |
diff --git a/sound/soc/sh/dma-sh7760.c b/sound/soc/sh/dma-sh7760.c index c85f8eb66c97..a5b2c4ea90d9 100644 --- a/sound/soc/sh/dma-sh7760.c +++ b/sound/soc/sh/dma-sh7760.c | |||
@@ -345,7 +345,6 @@ static int sh7760_soc_platform_remove(struct platform_device *pdev) | |||
345 | static struct platform_driver sh7760_pcm_driver = { | 345 | static struct platform_driver sh7760_pcm_driver = { |
346 | .driver = { | 346 | .driver = { |
347 | .name = "sh7760-pcm-audio", | 347 | .name = "sh7760-pcm-audio", |
348 | .owner = THIS_MODULE, | ||
349 | }, | 348 | }, |
350 | 349 | ||
351 | .probe = sh7760_soc_platform_probe, | 350 | .probe = sh7760_soc_platform_probe, |
diff --git a/sound/soc/sh/hac.c b/sound/soc/sh/hac.c index d5f567e085ff..84c51037a7d0 100644 --- a/sound/soc/sh/hac.c +++ b/sound/soc/sh/hac.c | |||
@@ -333,7 +333,6 @@ static int hac_soc_platform_remove(struct platform_device *pdev) | |||
333 | static struct platform_driver hac_pcm_driver = { | 333 | static struct platform_driver hac_pcm_driver = { |
334 | .driver = { | 334 | .driver = { |
335 | .name = "hac-pcm-audio", | 335 | .name = "hac-pcm-audio", |
336 | .owner = THIS_MODULE, | ||
337 | }, | 336 | }, |
338 | 337 | ||
339 | .probe = hac_soc_platform_probe, | 338 | .probe = hac_soc_platform_probe, |
diff --git a/sound/soc/sh/siu_dai.c b/sound/soc/sh/siu_dai.c index d55babee14f8..abb0d956231c 100644 --- a/sound/soc/sh/siu_dai.c +++ b/sound/soc/sh/siu_dai.c | |||
@@ -845,7 +845,6 @@ static int siu_remove(struct platform_device *pdev) | |||
845 | 845 | ||
846 | static struct platform_driver siu_driver = { | 846 | static struct platform_driver siu_driver = { |
847 | .driver = { | 847 | .driver = { |
848 | .owner = THIS_MODULE, | ||
849 | .name = "siu-pcm-audio", | 848 | .name = "siu-pcm-audio", |
850 | }, | 849 | }, |
851 | .probe = siu_probe, | 850 | .probe = siu_probe, |
diff --git a/sound/soc/sh/ssi.c b/sound/soc/sh/ssi.c index e889405ebd38..ab13146e4f82 100644 --- a/sound/soc/sh/ssi.c +++ b/sound/soc/sh/ssi.c | |||
@@ -398,7 +398,6 @@ static int sh4_soc_dai_remove(struct platform_device *pdev) | |||
398 | static struct platform_driver sh4_ssi_driver = { | 398 | static struct platform_driver sh4_ssi_driver = { |
399 | .driver = { | 399 | .driver = { |
400 | .name = "sh4-ssi-dai", | 400 | .name = "sh4-ssi-dai", |
401 | .owner = THIS_MODULE, | ||
402 | }, | 401 | }, |
403 | 402 | ||
404 | .probe = sh4_soc_dai_probe, | 403 | .probe = sh4_soc_dai_probe, |
diff --git a/sound/soc/sirf/sirf-audio-port.c b/sound/soc/sirf/sirf-audio-port.c index b4afa31b2bc1..3f2cce03275c 100644 --- a/sound/soc/sirf/sirf-audio-port.c +++ b/sound/soc/sirf/sirf-audio-port.c | |||
@@ -74,7 +74,6 @@ MODULE_DEVICE_TABLE(of, sirf_audio_port_of_match); | |||
74 | static struct platform_driver sirf_audio_port_driver = { | 74 | static struct platform_driver sirf_audio_port_driver = { |
75 | .driver = { | 75 | .driver = { |
76 | .name = "sirf-audio-port", | 76 | .name = "sirf-audio-port", |
77 | .owner = THIS_MODULE, | ||
78 | .of_match_table = sirf_audio_port_of_match, | 77 | .of_match_table = sirf_audio_port_of_match, |
79 | }, | 78 | }, |
80 | .probe = sirf_audio_port_probe, | 79 | .probe = sirf_audio_port_probe, |
diff --git a/sound/soc/sirf/sirf-audio.c b/sound/soc/sirf/sirf-audio.c index ecef51021653..94ea152e0362 100644 --- a/sound/soc/sirf/sirf-audio.c +++ b/sound/soc/sirf/sirf-audio.c | |||
@@ -143,7 +143,6 @@ MODULE_DEVICE_TABLE(of, sirf_audio_of_match); | |||
143 | static struct platform_driver sirf_audio_driver = { | 143 | static struct platform_driver sirf_audio_driver = { |
144 | .driver = { | 144 | .driver = { |
145 | .name = "sirf-audio-card", | 145 | .name = "sirf-audio-card", |
146 | .owner = THIS_MODULE, | ||
147 | .pm = &snd_soc_pm_ops, | 146 | .pm = &snd_soc_pm_ops, |
148 | .of_match_table = sirf_audio_of_match, | 147 | .of_match_table = sirf_audio_of_match, |
149 | }, | 148 | }, |
diff --git a/sound/soc/sirf/sirf-usp.c b/sound/soc/sirf/sirf-usp.c index 186dc7f33a55..45fc06c0e0e5 100644 --- a/sound/soc/sirf/sirf-usp.c +++ b/sound/soc/sirf/sirf-usp.c | |||
@@ -422,7 +422,6 @@ static const struct dev_pm_ops sirf_usp_pcm_pm_ops = { | |||
422 | static struct platform_driver sirf_usp_pcm_driver = { | 422 | static struct platform_driver sirf_usp_pcm_driver = { |
423 | .driver = { | 423 | .driver = { |
424 | .name = "sirf-usp-pcm", | 424 | .name = "sirf-usp-pcm", |
425 | .owner = THIS_MODULE, | ||
426 | .of_match_table = sirf_usp_pcm_of_match, | 425 | .of_match_table = sirf_usp_pcm_of_match, |
427 | .pm = &sirf_usp_pcm_pm_ops, | 426 | .pm = &sirf_usp_pcm_pm_ops, |
428 | }, | 427 | }, |
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 935721062c21..985052b3fbed 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -1772,7 +1772,6 @@ EXPORT_SYMBOL_GPL(snd_soc_pm_ops); | |||
1772 | static struct platform_driver soc_driver = { | 1772 | static struct platform_driver soc_driver = { |
1773 | .driver = { | 1773 | .driver = { |
1774 | .name = "soc-audio", | 1774 | .name = "soc-audio", |
1775 | .owner = THIS_MODULE, | ||
1776 | .pm = &snd_soc_pm_ops, | 1775 | .pm = &snd_soc_pm_ops, |
1777 | }, | 1776 | }, |
1778 | .probe = soc_probe, | 1777 | .probe = soc_probe, |
diff --git a/sound/soc/soc-utils.c b/sound/soc/soc-utils.c index 7f22ca35a413..362c69ac1d6c 100644 --- a/sound/soc/soc-utils.c +++ b/sound/soc/soc-utils.c | |||
@@ -154,7 +154,6 @@ static int snd_soc_dummy_remove(struct platform_device *pdev) | |||
154 | static struct platform_driver soc_dummy_driver = { | 154 | static struct platform_driver soc_dummy_driver = { |
155 | .driver = { | 155 | .driver = { |
156 | .name = "snd-soc-dummy", | 156 | .name = "snd-soc-dummy", |
157 | .owner = THIS_MODULE, | ||
158 | }, | 157 | }, |
159 | .probe = snd_soc_dummy_probe, | 158 | .probe = snd_soc_dummy_probe, |
160 | .remove = snd_soc_dummy_remove, | 159 | .remove = snd_soc_dummy_remove, |
diff --git a/sound/soc/spear/spdif_in.c b/sound/soc/spear/spdif_in.c index 4ab442a63d7e..a4028601da01 100644 --- a/sound/soc/spear/spdif_in.c +++ b/sound/soc/spear/spdif_in.c | |||
@@ -274,7 +274,6 @@ static struct platform_driver spdif_in_driver = { | |||
274 | .probe = spdif_in_probe, | 274 | .probe = spdif_in_probe, |
275 | .driver = { | 275 | .driver = { |
276 | .name = "spdif-in", | 276 | .name = "spdif-in", |
277 | .owner = THIS_MODULE, | ||
278 | }, | 277 | }, |
279 | }; | 278 | }; |
280 | 279 | ||
diff --git a/sound/soc/spear/spdif_out.c b/sound/soc/spear/spdif_out.c index 19cca043e6e4..0a72d52d533e 100644 --- a/sound/soc/spear/spdif_out.c +++ b/sound/soc/spear/spdif_out.c | |||
@@ -354,7 +354,6 @@ static struct platform_driver spdif_out_driver = { | |||
354 | .probe = spdif_out_probe, | 354 | .probe = spdif_out_probe, |
355 | .driver = { | 355 | .driver = { |
356 | .name = "spdif-out", | 356 | .name = "spdif-out", |
357 | .owner = THIS_MODULE, | ||
358 | .pm = SPDIF_OUT_DEV_PM_OPS, | 357 | .pm = SPDIF_OUT_DEV_PM_OPS, |
359 | }, | 358 | }, |
360 | }; | 359 | }; |
diff --git a/sound/soc/tegra/tegra20_ac97.c b/sound/soc/tegra/tegra20_ac97.c index 29a9957d335a..a68368edab9c 100644 --- a/sound/soc/tegra/tegra20_ac97.c +++ b/sound/soc/tegra/tegra20_ac97.c | |||
@@ -438,7 +438,6 @@ static const struct of_device_id tegra20_ac97_of_match[] = { | |||
438 | static struct platform_driver tegra20_ac97_driver = { | 438 | static struct platform_driver tegra20_ac97_driver = { |
439 | .driver = { | 439 | .driver = { |
440 | .name = DRV_NAME, | 440 | .name = DRV_NAME, |
441 | .owner = THIS_MODULE, | ||
442 | .of_match_table = tegra20_ac97_of_match, | 441 | .of_match_table = tegra20_ac97_of_match, |
443 | }, | 442 | }, |
444 | .probe = tegra20_ac97_platform_probe, | 443 | .probe = tegra20_ac97_platform_probe, |
diff --git a/sound/soc/tegra/tegra20_das.c b/sound/soc/tegra/tegra20_das.c index a634f13b3ffc..f52600b4f3fd 100644 --- a/sound/soc/tegra/tegra20_das.c +++ b/sound/soc/tegra/tegra20_das.c | |||
@@ -233,7 +233,6 @@ static struct platform_driver tegra20_das_driver = { | |||
233 | .remove = tegra20_das_remove, | 233 | .remove = tegra20_das_remove, |
234 | .driver = { | 234 | .driver = { |
235 | .name = DRV_NAME, | 235 | .name = DRV_NAME, |
236 | .owner = THIS_MODULE, | ||
237 | .of_match_table = tegra20_das_of_match, | 236 | .of_match_table = tegra20_das_of_match, |
238 | }, | 237 | }, |
239 | }; | 238 | }; |
diff --git a/sound/soc/tegra/tegra20_i2s.c b/sound/soc/tegra/tegra20_i2s.c index 79a9932ffe6e..05f1c6ee99e3 100644 --- a/sound/soc/tegra/tegra20_i2s.c +++ b/sound/soc/tegra/tegra20_i2s.c | |||
@@ -464,7 +464,6 @@ static const struct dev_pm_ops tegra20_i2s_pm_ops = { | |||
464 | static struct platform_driver tegra20_i2s_driver = { | 464 | static struct platform_driver tegra20_i2s_driver = { |
465 | .driver = { | 465 | .driver = { |
466 | .name = DRV_NAME, | 466 | .name = DRV_NAME, |
467 | .owner = THIS_MODULE, | ||
468 | .of_match_table = tegra20_i2s_of_match, | 467 | .of_match_table = tegra20_i2s_of_match, |
469 | .pm = &tegra20_i2s_pm_ops, | 468 | .pm = &tegra20_i2s_pm_ops, |
470 | }, | 469 | }, |
diff --git a/sound/soc/tegra/tegra20_spdif.c b/sound/soc/tegra/tegra20_spdif.c index a0ce92400faf..9141477a528d 100644 --- a/sound/soc/tegra/tegra20_spdif.c +++ b/sound/soc/tegra/tegra20_spdif.c | |||
@@ -387,7 +387,6 @@ static const struct dev_pm_ops tegra20_spdif_pm_ops = { | |||
387 | static struct platform_driver tegra20_spdif_driver = { | 387 | static struct platform_driver tegra20_spdif_driver = { |
388 | .driver = { | 388 | .driver = { |
389 | .name = DRV_NAME, | 389 | .name = DRV_NAME, |
390 | .owner = THIS_MODULE, | ||
391 | .pm = &tegra20_spdif_pm_ops, | 390 | .pm = &tegra20_spdif_pm_ops, |
392 | }, | 391 | }, |
393 | .probe = tegra20_spdif_platform_probe, | 392 | .probe = tegra20_spdif_platform_probe, |
diff --git a/sound/soc/tegra/tegra30_ahub.c b/sound/soc/tegra/tegra30_ahub.c index 0db68f49f4d9..bc94e5d8e79a 100644 --- a/sound/soc/tegra/tegra30_ahub.c +++ b/sound/soc/tegra/tegra30_ahub.c | |||
@@ -723,7 +723,6 @@ static struct platform_driver tegra30_ahub_driver = { | |||
723 | .remove = tegra30_ahub_remove, | 723 | .remove = tegra30_ahub_remove, |
724 | .driver = { | 724 | .driver = { |
725 | .name = DRV_NAME, | 725 | .name = DRV_NAME, |
726 | .owner = THIS_MODULE, | ||
727 | .of_match_table = tegra30_ahub_of_match, | 726 | .of_match_table = tegra30_ahub_of_match, |
728 | .pm = &tegra30_ahub_pm_ops, | 727 | .pm = &tegra30_ahub_pm_ops, |
729 | }, | 728 | }, |
diff --git a/sound/soc/tegra/tegra30_i2s.c b/sound/soc/tegra/tegra30_i2s.c index f146c41dd3ec..fe36375ba89c 100644 --- a/sound/soc/tegra/tegra30_i2s.c +++ b/sound/soc/tegra/tegra30_i2s.c | |||
@@ -585,7 +585,6 @@ static const struct dev_pm_ops tegra30_i2s_pm_ops = { | |||
585 | static struct platform_driver tegra30_i2s_driver = { | 585 | static struct platform_driver tegra30_i2s_driver = { |
586 | .driver = { | 586 | .driver = { |
587 | .name = DRV_NAME, | 587 | .name = DRV_NAME, |
588 | .owner = THIS_MODULE, | ||
589 | .of_match_table = tegra30_i2s_of_match, | 588 | .of_match_table = tegra30_i2s_of_match, |
590 | .pm = &tegra30_i2s_pm_ops, | 589 | .pm = &tegra30_i2s_pm_ops, |
591 | }, | 590 | }, |
diff --git a/sound/soc/tegra/tegra_alc5632.c b/sound/soc/tegra/tegra_alc5632.c index a83aff09dce2..769aca2fc5f5 100644 --- a/sound/soc/tegra/tegra_alc5632.c +++ b/sound/soc/tegra/tegra_alc5632.c | |||
@@ -250,7 +250,6 @@ static const struct of_device_id tegra_alc5632_of_match[] = { | |||
250 | static struct platform_driver tegra_alc5632_driver = { | 250 | static struct platform_driver tegra_alc5632_driver = { |
251 | .driver = { | 251 | .driver = { |
252 | .name = DRV_NAME, | 252 | .name = DRV_NAME, |
253 | .owner = THIS_MODULE, | ||
254 | .pm = &snd_soc_pm_ops, | 253 | .pm = &snd_soc_pm_ops, |
255 | .of_match_table = tegra_alc5632_of_match, | 254 | .of_match_table = tegra_alc5632_of_match, |
256 | }, | 255 | }, |
diff --git a/sound/soc/tegra/tegra_max98090.c b/sound/soc/tegra/tegra_max98090.c index 01921d7e73fa..af3fb997b752 100644 --- a/sound/soc/tegra/tegra_max98090.c +++ b/sound/soc/tegra/tegra_max98090.c | |||
@@ -308,7 +308,6 @@ static const struct of_device_id tegra_max98090_of_match[] = { | |||
308 | static struct platform_driver tegra_max98090_driver = { | 308 | static struct platform_driver tegra_max98090_driver = { |
309 | .driver = { | 309 | .driver = { |
310 | .name = DRV_NAME, | 310 | .name = DRV_NAME, |
311 | .owner = THIS_MODULE, | ||
312 | .pm = &snd_soc_pm_ops, | 311 | .pm = &snd_soc_pm_ops, |
313 | .of_match_table = tegra_max98090_of_match, | 312 | .of_match_table = tegra_max98090_of_match, |
314 | }, | 313 | }, |
diff --git a/sound/soc/tegra/tegra_rt5640.c b/sound/soc/tegra/tegra_rt5640.c index 4ebe3871e610..ed759a3076b8 100644 --- a/sound/soc/tegra/tegra_rt5640.c +++ b/sound/soc/tegra/tegra_rt5640.c | |||
@@ -255,7 +255,6 @@ static const struct of_device_id tegra_rt5640_of_match[] = { | |||
255 | static struct platform_driver tegra_rt5640_driver = { | 255 | static struct platform_driver tegra_rt5640_driver = { |
256 | .driver = { | 256 | .driver = { |
257 | .name = DRV_NAME, | 257 | .name = DRV_NAME, |
258 | .owner = THIS_MODULE, | ||
259 | .pm = &snd_soc_pm_ops, | 258 | .pm = &snd_soc_pm_ops, |
260 | .of_match_table = tegra_rt5640_of_match, | 259 | .of_match_table = tegra_rt5640_of_match, |
261 | }, | 260 | }, |
diff --git a/sound/soc/tegra/tegra_wm8753.c b/sound/soc/tegra/tegra_wm8753.c index 769e28f6642e..f0cd01dbfc38 100644 --- a/sound/soc/tegra/tegra_wm8753.c +++ b/sound/soc/tegra/tegra_wm8753.c | |||
@@ -204,7 +204,6 @@ static const struct of_device_id tegra_wm8753_of_match[] = { | |||
204 | static struct platform_driver tegra_wm8753_driver = { | 204 | static struct platform_driver tegra_wm8753_driver = { |
205 | .driver = { | 205 | .driver = { |
206 | .name = DRV_NAME, | 206 | .name = DRV_NAME, |
207 | .owner = THIS_MODULE, | ||
208 | .pm = &snd_soc_pm_ops, | 207 | .pm = &snd_soc_pm_ops, |
209 | .of_match_table = tegra_wm8753_of_match, | 208 | .of_match_table = tegra_wm8753_of_match, |
210 | }, | 209 | }, |
diff --git a/sound/soc/tegra/tegra_wm8903.c b/sound/soc/tegra/tegra_wm8903.c index 86e05e938585..e52420dae2b4 100644 --- a/sound/soc/tegra/tegra_wm8903.c +++ b/sound/soc/tegra/tegra_wm8903.c | |||
@@ -386,7 +386,6 @@ static const struct of_device_id tegra_wm8903_of_match[] = { | |||
386 | static struct platform_driver tegra_wm8903_driver = { | 386 | static struct platform_driver tegra_wm8903_driver = { |
387 | .driver = { | 387 | .driver = { |
388 | .name = DRV_NAME, | 388 | .name = DRV_NAME, |
389 | .owner = THIS_MODULE, | ||
390 | .pm = &snd_soc_pm_ops, | 389 | .pm = &snd_soc_pm_ops, |
391 | .of_match_table = tegra_wm8903_of_match, | 390 | .of_match_table = tegra_wm8903_of_match, |
392 | }, | 391 | }, |
diff --git a/sound/soc/tegra/tegra_wm9712.c b/sound/soc/tegra/tegra_wm9712.c index de087ee3458a..2868b4839bc0 100644 --- a/sound/soc/tegra/tegra_wm9712.c +++ b/sound/soc/tegra/tegra_wm9712.c | |||
@@ -167,7 +167,6 @@ static const struct of_device_id tegra_wm9712_of_match[] = { | |||
167 | static struct platform_driver tegra_wm9712_driver = { | 167 | static struct platform_driver tegra_wm9712_driver = { |
168 | .driver = { | 168 | .driver = { |
169 | .name = DRV_NAME, | 169 | .name = DRV_NAME, |
170 | .owner = THIS_MODULE, | ||
171 | .pm = &snd_soc_pm_ops, | 170 | .pm = &snd_soc_pm_ops, |
172 | .of_match_table = tegra_wm9712_of_match, | 171 | .of_match_table = tegra_wm9712_of_match, |
173 | }, | 172 | }, |
diff --git a/sound/soc/tegra/trimslice.c b/sound/soc/tegra/trimslice.c index 589d2d9b553a..2cea203c4f5f 100644 --- a/sound/soc/tegra/trimslice.c +++ b/sound/soc/tegra/trimslice.c | |||
@@ -193,7 +193,6 @@ MODULE_DEVICE_TABLE(of, trimslice_of_match); | |||
193 | static struct platform_driver tegra_snd_trimslice_driver = { | 193 | static struct platform_driver tegra_snd_trimslice_driver = { |
194 | .driver = { | 194 | .driver = { |
195 | .name = DRV_NAME, | 195 | .name = DRV_NAME, |
196 | .owner = THIS_MODULE, | ||
197 | .of_match_table = trimslice_of_match, | 196 | .of_match_table = trimslice_of_match, |
198 | }, | 197 | }, |
199 | .probe = tegra_snd_trimslice_probe, | 198 | .probe = tegra_snd_trimslice_probe, |
diff --git a/sound/soc/txx9/txx9aclc-ac97.c b/sound/soc/txx9/txx9aclc-ac97.c index f7135cdaa2ca..e2ad00e3cae1 100644 --- a/sound/soc/txx9/txx9aclc-ac97.c +++ b/sound/soc/txx9/txx9aclc-ac97.c | |||
@@ -224,7 +224,6 @@ static struct platform_driver txx9aclc_ac97_driver = { | |||
224 | .remove = txx9aclc_ac97_dev_remove, | 224 | .remove = txx9aclc_ac97_dev_remove, |
225 | .driver = { | 225 | .driver = { |
226 | .name = "txx9aclc-ac97", | 226 | .name = "txx9aclc-ac97", |
227 | .owner = THIS_MODULE, | ||
228 | }, | 227 | }, |
229 | }; | 228 | }; |
230 | 229 | ||
diff --git a/sound/soc/txx9/txx9aclc-generic.c b/sound/soc/txx9/txx9aclc-generic.c index b056a1431ed4..d0b1e7759968 100644 --- a/sound/soc/txx9/txx9aclc-generic.c +++ b/sound/soc/txx9/txx9aclc-generic.c | |||
@@ -66,7 +66,6 @@ static struct platform_driver txx9aclc_generic_driver = { | |||
66 | .remove = __exit_p(txx9aclc_generic_remove), | 66 | .remove = __exit_p(txx9aclc_generic_remove), |
67 | .driver = { | 67 | .driver = { |
68 | .name = "txx9aclc-generic", | 68 | .name = "txx9aclc-generic", |
69 | .owner = THIS_MODULE, | ||
70 | }, | 69 | }, |
71 | }; | 70 | }; |
72 | 71 | ||
diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c index 00b7e2d02690..070e44e251ce 100644 --- a/sound/soc/txx9/txx9aclc.c +++ b/sound/soc/txx9/txx9aclc.c | |||
@@ -429,7 +429,6 @@ static int txx9aclc_soc_platform_remove(struct platform_device *pdev) | |||
429 | static struct platform_driver txx9aclc_pcm_driver = { | 429 | static struct platform_driver txx9aclc_pcm_driver = { |
430 | .driver = { | 430 | .driver = { |
431 | .name = "txx9aclc-pcm-audio", | 431 | .name = "txx9aclc-pcm-audio", |
432 | .owner = THIS_MODULE, | ||
433 | }, | 432 | }, |
434 | 433 | ||
435 | .probe = txx9aclc_soc_platform_probe, | 434 | .probe = txx9aclc_soc_platform_probe, |
diff --git a/sound/soc/ux500/mop500.c b/sound/soc/ux500/mop500.c index 9f2d045ee118..4e0c0e502ade 100644 --- a/sound/soc/ux500/mop500.c +++ b/sound/soc/ux500/mop500.c | |||
@@ -155,7 +155,6 @@ static const struct of_device_id snd_soc_mop500_match[] = { | |||
155 | 155 | ||
156 | static struct platform_driver snd_soc_mop500_driver = { | 156 | static struct platform_driver snd_soc_mop500_driver = { |
157 | .driver = { | 157 | .driver = { |
158 | .owner = THIS_MODULE, | ||
159 | .name = "snd-soc-mop500", | 158 | .name = "snd-soc-mop500", |
160 | .of_match_table = snd_soc_mop500_match, | 159 | .of_match_table = snd_soc_mop500_match, |
161 | }, | 160 | }, |
diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c index 5f4807b2c007..978f2d7316b0 100644 --- a/sound/soc/ux500/ux500_msp_dai.c +++ b/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 = { | 856 | static struct platform_driver msp_i2s_driver = { |
857 | .driver = { | 857 | .driver = { |
858 | .name = "ux500-msp-i2s", | 858 | .name = "ux500-msp-i2s", |
859 | .owner = THIS_MODULE, | ||
860 | .of_match_table = ux500_msp_i2s_match, | 859 | .of_match_table = ux500_msp_i2s_match, |
861 | }, | 860 | }, |
862 | .probe = ux500_msp_drv_probe, | 861 | .probe = ux500_msp_drv_probe, |