diff options
Diffstat (limited to 'sound/soc')
186 files changed, 0 insertions, 186 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 c8a2de103c5f..e989f1a7a768 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 84f31e1f9d24..f3bd1b80e3a1 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 e82eb373a731..a47c08ece082 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 f30dadf85b99..4e382a3dd38b 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 fd43827bb856..d2931dabfaf7 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 bd9b1839c8b0..74a92369e06e 100644 --- a/sound/soc/codecs/ac97.c +++ b/sound/soc/codecs/ac97.c | |||
@@ -134,7 +134,6 @@ static int ac97_remove(struct platform_device *pdev) | |||
134 | static struct platform_driver ac97_codec_driver = { | 134 | static struct platform_driver ac97_codec_driver = { |
135 | .driver = { | 135 | .driver = { |
136 | .name = "ac97-codec", | 136 | .name = "ac97-codec", |
137 | .owner = THIS_MODULE, | ||
138 | }, | 137 | }, |
139 | 138 | ||
140 | .probe = ac97_probe, | 139 | .probe = ac97_probe, |
diff --git a/sound/soc/codecs/ad1980.c b/sound/soc/codecs/ad1980.c index 304d3003339a..c0a9f2292bf3 100644 --- a/sound/soc/codecs/ad1980.c +++ b/sound/soc/codecs/ad1980.c | |||
@@ -312,7 +312,6 @@ static int ad1980_remove(struct platform_device *pdev) | |||
312 | static struct platform_driver ad1980_codec_driver = { | 312 | static struct platform_driver ad1980_codec_driver = { |
313 | .driver = { | 313 | .driver = { |
314 | .name = "ad1980", | 314 | .name = "ad1980", |
315 | .owner = THIS_MODULE, | ||
316 | }, | 315 | }, |
317 | 316 | ||
318 | .probe = ad1980_probe, | 317 | .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 537327c7f7f1..5e92e0dc1e28 100644 --- a/sound/soc/codecs/cq93vc.c +++ b/sound/soc/codecs/cq93vc.c | |||
@@ -184,7 +184,6 @@ static int cq93vc_platform_remove(struct platform_device *pdev) | |||
184 | static struct platform_driver cq93vc_codec_driver = { | 184 | static struct platform_driver cq93vc_codec_driver = { |
185 | .driver = { | 185 | .driver = { |
186 | .name = "cq93vc-codec", | 186 | .name = "cq93vc-codec", |
187 | .owner = THIS_MODULE, | ||
188 | }, | 187 | }, |
189 | 188 | ||
190 | .probe = cq93vc_platform_probe, | 189 | .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 1087fd5f9917..73d07b4c5588 100644 --- a/sound/soc/codecs/hdmi.c +++ b/sound/soc/codecs/hdmi.c | |||
@@ -92,7 +92,6 @@ static int hdmi_codec_remove(struct platform_device *pdev) | |||
92 | static struct platform_driver hdmi_codec_driver = { | 92 | static struct platform_driver hdmi_codec_driver = { |
93 | .driver = { | 93 | .driver = { |
94 | .name = DRV_NAME, | 94 | .name = DRV_NAME, |
95 | .owner = THIS_MODULE, | ||
96 | .of_match_table = of_match_ptr(hdmi_audio_codec_ids), | 95 | .of_match_table = of_match_ptr(hdmi_audio_codec_ids), |
97 | }, | 96 | }, |
98 | 97 | ||
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 06ba4923fd5a..45de6b1718e1 100644 --- a/sound/soc/codecs/sirf-audio-codec.c +++ b/sound/soc/codecs/sirf-audio-codec.c | |||
@@ -565,7 +565,6 @@ static const struct dev_pm_ops sirf_audio_codec_pm_ops = { | |||
565 | static struct platform_driver sirf_audio_codec_driver = { | 565 | static struct platform_driver sirf_audio_codec_driver = { |
566 | .driver = { | 566 | .driver = { |
567 | .name = "sirf-audio-codec", | 567 | .name = "sirf-audio-codec", |
568 | .owner = THIS_MODULE, | ||
569 | .of_match_table = sirf_audio_codec_of_match, | 568 | .of_match_table = sirf_audio_codec_of_match, |
570 | .pm = &sirf_audio_codec_pm_ops, | 569 | .pm = &sirf_audio_codec_pm_ops, |
571 | }, | 570 | }, |
diff --git a/sound/soc/codecs/sn95031.c b/sound/soc/codecs/sn95031.c index cf8fa40662f0..e879e5e0489e 100644 --- a/sound/soc/codecs/sn95031.c +++ b/sound/soc/codecs/sn95031.c | |||
@@ -916,7 +916,6 @@ static int sn95031_device_remove(struct platform_device *pdev) | |||
916 | static struct platform_driver sn95031_codec_driver = { | 916 | static struct platform_driver sn95031_codec_driver = { |
917 | .driver = { | 917 | .driver = { |
918 | .name = "sn95031", | 918 | .name = "sn95031", |
919 | .owner = THIS_MODULE, | ||
920 | }, | 919 | }, |
921 | .probe = sn95031_device_probe, | 920 | .probe = sn95031_device_probe, |
922 | .remove = sn95031_device_remove, | 921 | .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 53b810d23fea..c24958c02cd7 100644 --- a/sound/soc/codecs/stac9766.c +++ b/sound/soc/codecs/stac9766.c | |||
@@ -396,7 +396,6 @@ static int stac9766_remove(struct platform_device *pdev) | |||
396 | static struct platform_driver stac9766_codec_driver = { | 396 | static struct platform_driver stac9766_codec_driver = { |
397 | .driver = { | 397 | .driver = { |
398 | .name = "stac9766-codec", | 398 | .name = "stac9766-codec", |
399 | .owner = THIS_MODULE, | ||
400 | }, | 399 | }, |
401 | 400 | ||
402 | .probe = stac9766_probe, | 401 | .probe = stac9766_probe, |
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index b6b0cb399599..7443b196be07 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c | |||
@@ -2220,7 +2220,6 @@ static struct platform_driver twl4030_codec_driver = { | |||
2220 | .remove = twl4030_codec_remove, | 2220 | .remove = twl4030_codec_remove, |
2221 | .driver = { | 2221 | .driver = { |
2222 | .name = "twl4030-codec", | 2222 | .name = "twl4030-codec", |
2223 | .owner = THIS_MODULE, | ||
2224 | }, | 2223 | }, |
2225 | }; | 2224 | }; |
2226 | 2225 | ||
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index 0f6067f04e29..38bdc7eb3bb5 100644 --- a/sound/soc/codecs/twl6040.c +++ b/sound/soc/codecs/twl6040.c | |||
@@ -1198,7 +1198,6 @@ static int twl6040_codec_remove(struct platform_device *pdev) | |||
1198 | static struct platform_driver twl6040_codec_driver = { | 1198 | static struct platform_driver twl6040_codec_driver = { |
1199 | .driver = { | 1199 | .driver = { |
1200 | .name = "twl6040-codec", | 1200 | .name = "twl6040-codec", |
1201 | .owner = THIS_MODULE, | ||
1202 | }, | 1201 | }, |
1203 | .probe = twl6040_codec_probe, | 1202 | .probe = twl6040_codec_probe, |
1204 | .remove = twl6040_codec_remove, | 1203 | .remove = twl6040_codec_remove, |
diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c index 32b2f78aa62c..a2a02e84bdf0 100644 --- a/sound/soc/codecs/uda134x.c +++ b/sound/soc/codecs/uda134x.c | |||
@@ -633,7 +633,6 @@ static int uda134x_codec_remove(struct platform_device *pdev) | |||
633 | static struct platform_driver uda134x_codec_driver = { | 633 | static struct platform_driver uda134x_codec_driver = { |
634 | .driver = { | 634 | .driver = { |
635 | .name = "uda134x-codec", | 635 | .name = "uda134x-codec", |
636 | .owner = THIS_MODULE, | ||
637 | }, | 636 | }, |
638 | .probe = uda134x_codec_probe, | 637 | .probe = uda134x_codec_probe, |
639 | .remove = uda134x_codec_remove, | 638 | .remove = uda134x_codec_remove, |
diff --git a/sound/soc/codecs/wl1273.c b/sound/soc/codecs/wl1273.c index f3d4e88d0b7b..facb3d899c64 100644 --- a/sound/soc/codecs/wl1273.c +++ b/sound/soc/codecs/wl1273.c | |||
@@ -515,7 +515,6 @@ MODULE_ALIAS("platform:wl1273-codec"); | |||
515 | static struct platform_driver wl1273_platform_driver = { | 515 | static struct platform_driver wl1273_platform_driver = { |
516 | .driver = { | 516 | .driver = { |
517 | .name = "wl1273-codec", | 517 | .name = "wl1273-codec", |
518 | .owner = THIS_MODULE, | ||
519 | }, | 518 | }, |
520 | .probe = wl1273_platform_probe, | 519 | .probe = wl1273_platform_probe, |
521 | .remove = wl1273_platform_remove, | 520 | .remove = wl1273_platform_remove, |
diff --git a/sound/soc/codecs/wm5102.c b/sound/soc/codecs/wm5102.c index f60234962527..8ac9ae6c5a6c 100644 --- a/sound/soc/codecs/wm5102.c +++ b/sound/soc/codecs/wm5102.c | |||
@@ -1958,7 +1958,6 @@ static int wm5102_remove(struct platform_device *pdev) | |||
1958 | static struct platform_driver wm5102_codec_driver = { | 1958 | static struct platform_driver wm5102_codec_driver = { |
1959 | .driver = { | 1959 | .driver = { |
1960 | .name = "wm5102-codec", | 1960 | .name = "wm5102-codec", |
1961 | .owner = THIS_MODULE, | ||
1962 | }, | 1961 | }, |
1963 | .probe = wm5102_probe, | 1962 | .probe = wm5102_probe, |
1964 | .remove = wm5102_remove, | 1963 | .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 628ec774cf22..fe29f17852ad 100644 --- a/sound/soc/codecs/wm8350.c +++ b/sound/soc/codecs/wm8350.c | |||
@@ -1641,7 +1641,6 @@ static int wm8350_remove(struct platform_device *pdev) | |||
1641 | static struct platform_driver wm8350_codec_driver = { | 1641 | static struct platform_driver wm8350_codec_driver = { |
1642 | .driver = { | 1642 | .driver = { |
1643 | .name = "wm8350-codec", | 1643 | .name = "wm8350-codec", |
1644 | .owner = THIS_MODULE, | ||
1645 | }, | 1644 | }, |
1646 | .probe = wm8350_probe, | 1645 | .probe = wm8350_probe, |
1647 | .remove = wm8350_remove, | 1646 | .remove = wm8350_remove, |
diff --git a/sound/soc/codecs/wm8400.c b/sound/soc/codecs/wm8400.c index 72471bef2e9a..50d2ff18aecf 100644 --- a/sound/soc/codecs/wm8400.c +++ b/sound/soc/codecs/wm8400.c | |||
@@ -1397,7 +1397,6 @@ static int wm8400_remove(struct platform_device *pdev) | |||
1397 | static struct platform_driver wm8400_codec_driver = { | 1397 | static struct platform_driver wm8400_codec_driver = { |
1398 | .driver = { | 1398 | .driver = { |
1399 | .name = "wm8400-codec", | 1399 | .name = "wm8400-codec", |
1400 | .owner = THIS_MODULE, | ||
1401 | }, | 1400 | }, |
1402 | .probe = wm8400_probe, | 1401 | .probe = wm8400_probe, |
1403 | .remove = wm8400_remove, | 1402 | .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 1fcb9f3f3097..fc831caf5909 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 c0b7f45dfa37..f74b3d2b23a5 100644 --- a/sound/soc/codecs/wm9705.c +++ b/sound/soc/codecs/wm9705.c | |||
@@ -395,7 +395,6 @@ static int wm9705_remove(struct platform_device *pdev) | |||
395 | static struct platform_driver wm9705_codec_driver = { | 395 | static struct platform_driver wm9705_codec_driver = { |
396 | .driver = { | 396 | .driver = { |
397 | .name = "wm9705-codec", | 397 | .name = "wm9705-codec", |
398 | .owner = THIS_MODULE, | ||
399 | }, | 398 | }, |
400 | 399 | ||
401 | .probe = wm9705_probe, | 400 | .probe = wm9705_probe, |
diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index c5eb746087b4..c078c15536fc 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c | |||
@@ -700,7 +700,6 @@ static int wm9712_remove(struct platform_device *pdev) | |||
700 | static struct platform_driver wm9712_codec_driver = { | 700 | static struct platform_driver wm9712_codec_driver = { |
701 | .driver = { | 701 | .driver = { |
702 | .name = "wm9712-codec", | 702 | .name = "wm9712-codec", |
703 | .owner = THIS_MODULE, | ||
704 | }, | 703 | }, |
705 | 704 | ||
706 | .probe = wm9712_probe, | 705 | .probe = wm9712_probe, |
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index bddee30a4bc7..fa2a235b2da3 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c | |||
@@ -1269,7 +1269,6 @@ static int wm9713_remove(struct platform_device *pdev) | |||
1269 | static struct platform_driver wm9713_codec_driver = { | 1269 | static struct platform_driver wm9713_codec_driver = { |
1270 | .driver = { | 1270 | .driver = { |
1271 | .name = "wm9713-codec", | 1271 | .name = "wm9713-codec", |
1272 | .owner = THIS_MODULE, | ||
1273 | }, | 1272 | }, |
1274 | 1273 | ||
1275 | .probe = wm9713_probe, | 1274 | .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 0eed9b1b24e1..9efc110e51e6 100644 --- a/sound/soc/davinci/davinci-mcasp.c +++ b/sound/soc/davinci/davinci-mcasp.c | |||
@@ -1391,7 +1391,6 @@ static struct platform_driver davinci_mcasp_driver = { | |||
1391 | .remove = davinci_mcasp_remove, | 1391 | .remove = davinci_mcasp_remove, |
1392 | .driver = { | 1392 | .driver = { |
1393 | .name = "davinci-mcasp", | 1393 | .name = "davinci-mcasp", |
1394 | .owner = THIS_MODULE, | ||
1395 | .of_match_table = mcasp_dt_ids, | 1394 | .of_match_table = mcasp_dt_ids, |
1396 | }, | 1395 | }, |
1397 | }; | 1396 | }; |
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 e961388e6e9c..103b34e58ffa 100644 --- a/sound/soc/dwc/designware_i2s.c +++ b/sound/soc/dwc/designware_i2s.c | |||
@@ -449,7 +449,6 @@ static struct platform_driver dw_i2s_driver = { | |||
449 | .remove = dw_i2s_remove, | 449 | .remove = dw_i2s_remove, |
450 | .driver = { | 450 | .driver = { |
451 | .name = "designware-i2s", | 451 | .name = "designware-i2s", |
452 | .owner = THIS_MODULE, | ||
453 | }, | 452 | }, |
454 | }; | 453 | }; |
455 | 454 | ||
diff --git a/sound/soc/fsl/eukrea-tlv320.c b/sound/soc/fsl/eukrea-tlv320.c index eb093d5b85c4..daf1181fb1cb 100644 --- a/sound/soc/fsl/eukrea-tlv320.c +++ b/sound/soc/fsl/eukrea-tlv320.c | |||
@@ -239,7 +239,6 @@ MODULE_DEVICE_TABLE(of, imx_tlv320_dt_ids); | |||
239 | static struct platform_driver eukrea_tlv320_driver = { | 239 | static struct platform_driver eukrea_tlv320_driver = { |
240 | .driver = { | 240 | .driver = { |
241 | .name = "eukrea_tlv320", | 241 | .name = "eukrea_tlv320", |
242 | .owner = THIS_MODULE, | ||
243 | .of_match_table = imx_tlv320_dt_ids, | 242 | .of_match_table = imx_tlv320_dt_ids, |
244 | }, | 243 | }, |
245 | .probe = eukrea_tlv320_probe, | 244 | .probe = eukrea_tlv320_probe, |
diff --git a/sound/soc/fsl/fsl_dma.c b/sound/soc/fsl/fsl_dma.c index a609aafc994d..986089f45805 100644 --- a/sound/soc/fsl/fsl_dma.c +++ b/sound/soc/fsl/fsl_dma.c | |||
@@ -971,7 +971,6 @@ MODULE_DEVICE_TABLE(of, fsl_soc_dma_ids); | |||
971 | static struct platform_driver fsl_soc_dma_driver = { | 971 | static struct platform_driver fsl_soc_dma_driver = { |
972 | .driver = { | 972 | .driver = { |
973 | .name = "fsl-pcm-audio", | 973 | .name = "fsl-pcm-audio", |
974 | .owner = THIS_MODULE, | ||
975 | .of_match_table = fsl_soc_dma_ids, | 974 | .of_match_table = fsl_soc_dma_ids, |
976 | }, | 975 | }, |
977 | .probe = fsl_soc_dma_probe, | 976 | .probe = fsl_soc_dma_probe, |
diff --git a/sound/soc/fsl/fsl_esai.c b/sound/soc/fsl/fsl_esai.c index a645e296199e..26eabc3091ea 100644 --- a/sound/soc/fsl/fsl_esai.c +++ b/sound/soc/fsl/fsl_esai.c | |||
@@ -855,7 +855,6 @@ static struct platform_driver fsl_esai_driver = { | |||
855 | .probe = fsl_esai_probe, | 855 | .probe = fsl_esai_probe, |
856 | .driver = { | 856 | .driver = { |
857 | .name = "fsl-esai-dai", | 857 | .name = "fsl-esai-dai", |
858 | .owner = THIS_MODULE, | ||
859 | .of_match_table = fsl_esai_dt_ids, | 858 | .of_match_table = fsl_esai_dt_ids, |
860 | }, | 859 | }, |
861 | }; | 860 | }; |
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 e6955170dc42..ab05262deaf8 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c | |||
@@ -1489,7 +1489,6 @@ static int fsl_ssi_remove(struct platform_device *pdev) | |||
1489 | static struct platform_driver fsl_ssi_driver = { | 1489 | static struct platform_driver fsl_ssi_driver = { |
1490 | .driver = { | 1490 | .driver = { |
1491 | .name = "fsl-ssi-dai", | 1491 | .name = "fsl-ssi-dai", |
1492 | .owner = THIS_MODULE, | ||
1493 | .of_match_table = fsl_ssi_ids, | 1492 | .of_match_table = fsl_ssi_ids, |
1494 | }, | 1493 | }, |
1495 | .probe = fsl_ssi_probe, | 1494 | .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 1cb22dd034eb..413a771b8bbd 100644 --- a/sound/soc/fsl/imx-sgtl5000.c +++ b/sound/soc/fsl/imx-sgtl5000.c | |||
@@ -202,7 +202,6 @@ MODULE_DEVICE_TABLE(of, imx_sgtl5000_dt_ids); | |||
202 | static struct platform_driver imx_sgtl5000_driver = { | 202 | static struct platform_driver imx_sgtl5000_driver = { |
203 | .driver = { | 203 | .driver = { |
204 | .name = "imx-sgtl5000", | 204 | .name = "imx-sgtl5000", |
205 | .owner = THIS_MODULE, | ||
206 | .pm = &snd_soc_pm_ops, | 205 | .pm = &snd_soc_pm_ops, |
207 | .of_match_table = imx_sgtl5000_dt_ids, | 206 | .of_match_table = imx_sgtl5000_dt_ids, |
208 | }, | 207 | }, |
diff --git a/sound/soc/fsl/imx-spdif.c b/sound/soc/fsl/imx-spdif.c index e1dc40143600..9d0bb6bf1b7b 100644 --- a/sound/soc/fsl/imx-spdif.c +++ b/sound/soc/fsl/imx-spdif.c | |||
@@ -89,7 +89,6 @@ MODULE_DEVICE_TABLE(of, imx_spdif_dt_ids); | |||
89 | static struct platform_driver imx_spdif_driver = { | 89 | static struct platform_driver imx_spdif_driver = { |
90 | .driver = { | 90 | .driver = { |
91 | .name = "imx-spdif", | 91 | .name = "imx-spdif", |
92 | .owner = THIS_MODULE, | ||
93 | .of_match_table = imx_spdif_dt_ids, | 92 | .of_match_table = imx_spdif_dt_ids, |
94 | }, | 93 | }, |
95 | .probe = imx_spdif_audio_probe, | 94 | .probe = imx_spdif_audio_probe, |
diff --git a/sound/soc/fsl/imx-ssi.c b/sound/soc/fsl/imx-ssi.c index ab2fdd76b693..44313e47e254 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 3a3d17ce6ba4..2cebcb1641ba 100644 --- a/sound/soc/fsl/imx-wm8962.c +++ b/sound/soc/fsl/imx-wm8962.c | |||
@@ -309,7 +309,6 @@ MODULE_DEVICE_TABLE(of, imx_wm8962_dt_ids); | |||
309 | static struct platform_driver imx_wm8962_driver = { | 309 | static struct platform_driver imx_wm8962_driver = { |
310 | .driver = { | 310 | .driver = { |
311 | .name = "imx-wm8962", | 311 | .name = "imx-wm8962", |
312 | .owner = THIS_MODULE, | ||
313 | .pm = &snd_soc_pm_ops, | 312 | .pm = &snd_soc_pm_ops, |
314 | .of_match_table = imx_wm8962_dt_ids, | 313 | .of_match_table = imx_wm8962_dt_ids, |
315 | }, | 314 | }, |
diff --git a/sound/soc/fsl/mpc5200_psc_ac97.c b/sound/soc/fsl/mpc5200_psc_ac97.c index 24eafa2cfbf4..9c1a2c09b8c7 100644 --- a/sound/soc/fsl/mpc5200_psc_ac97.c +++ b/sound/soc/fsl/mpc5200_psc_ac97.c | |||
@@ -340,7 +340,6 @@ static struct platform_driver psc_ac97_driver = { | |||
340 | .remove = psc_ac97_of_remove, | 340 | .remove = psc_ac97_of_remove, |
341 | .driver = { | 341 | .driver = { |
342 | .name = "mpc5200-psc-ac97", | 342 | .name = "mpc5200-psc-ac97", |
343 | .owner = THIS_MODULE, | ||
344 | .of_match_table = psc_ac97_match, | 343 | .of_match_table = psc_ac97_match, |
345 | }, | 344 | }, |
346 | }; | 345 | }; |
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 d1b7293c133e..df77772e9dff 100644 --- a/sound/soc/generic/simple-card.c +++ b/sound/soc/generic/simple-card.c | |||
@@ -590,7 +590,6 @@ MODULE_DEVICE_TABLE(of, asoc_simple_of_match); | |||
590 | static struct platform_driver asoc_simple_card = { | 590 | static struct platform_driver asoc_simple_card = { |
591 | .driver = { | 591 | .driver = { |
592 | .name = "asoc-simple-card", | 592 | .name = "asoc-simple-card", |
593 | .owner = THIS_MODULE, | ||
594 | .of_match_table = asoc_simple_of_match, | 593 | .of_match_table = asoc_simple_of_match, |
595 | }, | 594 | }, |
596 | .probe = asoc_simple_card_probe, | 595 | .probe = asoc_simple_card_probe, |
diff --git a/sound/soc/intel/broadwell.c b/sound/soc/intel/broadwell.c index 0e550f14028f..8db22982f259 100644 --- a/sound/soc/intel/broadwell.c +++ b/sound/soc/intel/broadwell.c | |||
@@ -238,7 +238,6 @@ static struct platform_driver broadwell_audio = { | |||
238 | .remove = broadwell_audio_remove, | 238 | .remove = broadwell_audio_remove, |
239 | .driver = { | 239 | .driver = { |
240 | .name = "broadwell-audio", | 240 | .name = "broadwell-audio", |
241 | .owner = THIS_MODULE, | ||
242 | }, | 241 | }, |
243 | }; | 242 | }; |
244 | 243 | ||
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 3981982674ac..9de3f8c4ddc6 100644 --- a/sound/soc/intel/haswell.c +++ b/sound/soc/intel/haswell.c | |||
@@ -209,7 +209,6 @@ static struct platform_driver haswell_audio = { | |||
209 | .probe = haswell_audio_probe, | 209 | .probe = haswell_audio_probe, |
210 | .driver = { | 210 | .driver = { |
211 | .name = "haswell-audio", | 211 | .name = "haswell-audio", |
212 | .owner = THIS_MODULE, | ||
213 | }, | 212 | }, |
214 | }; | 213 | }; |
215 | 214 | ||
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 4df867cbb92a..ad21e636edc6 100644 --- a/sound/soc/intel/sst-haswell-pcm.c +++ b/sound/soc/intel/sst-haswell-pcm.c | |||
@@ -899,7 +899,6 @@ static int hsw_pcm_dev_remove(struct platform_device *pdev) | |||
899 | static struct platform_driver hsw_pcm_driver = { | 899 | static struct platform_driver hsw_pcm_driver = { |
900 | .driver = { | 900 | .driver = { |
901 | .name = "haswell-pcm-audio", | 901 | .name = "haswell-pcm-audio", |
902 | .owner = THIS_MODULE, | ||
903 | }, | 902 | }, |
904 | 903 | ||
905 | .probe = hsw_pcm_dev_probe, | 904 | .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 aa9b600dfc9b..a31536b8dcca 100644 --- a/sound/soc/intel/sst-mfld-platform-pcm.c +++ b/sound/soc/intel/sst-mfld-platform-pcm.c | |||
@@ -639,7 +639,6 @@ static int sst_platform_remove(struct platform_device *pdev) | |||
639 | static struct platform_driver sst_platform_driver = { | 639 | static struct platform_driver sst_platform_driver = { |
640 | .driver = { | 640 | .driver = { |
641 | .name = "sst-mfld-platform", | 641 | .name = "sst-mfld-platform", |
642 | .owner = THIS_MODULE, | ||
643 | }, | 642 | }, |
644 | .probe = sst_platform_probe, | 643 | .probe = sst_platform_probe, |
645 | .remove = sst_platform_remove, | 644 | .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 5cb91f9e8626..084691784bf9 100644 --- a/sound/soc/jz4740/qi_lb60.c +++ b/sound/soc/jz4740/qi_lb60.c | |||
@@ -107,7 +107,6 @@ static int qi_lb60_probe(struct platform_device *pdev) | |||
107 | static struct platform_driver qi_lb60_driver = { | 107 | static struct platform_driver qi_lb60_driver = { |
108 | .driver = { | 108 | .driver = { |
109 | .name = "qi-lb60-audio", | 109 | .name = "qi-lb60-audio", |
110 | .owner = THIS_MODULE, | ||
111 | }, | 110 | }, |
112 | .probe = qi_lb60_probe, | 111 | .probe = qi_lb60_probe, |
113 | }; | 112 | }; |
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 231d7e7b0711..eade2742a937 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 61822cc53bd3..7515cd434e21 100644 --- a/sound/soc/mxs/mxs-sgtl5000.c +++ b/sound/soc/mxs/mxs-sgtl5000.c | |||
@@ -194,7 +194,6 @@ MODULE_DEVICE_TABLE(of, mxs_sgtl5000_dt_ids); | |||
194 | static struct platform_driver mxs_sgtl5000_audio_driver = { | 194 | static struct platform_driver mxs_sgtl5000_audio_driver = { |
195 | .driver = { | 195 | .driver = { |
196 | .name = "mxs-sgtl5000", | 196 | .name = "mxs-sgtl5000", |
197 | .owner = THIS_MODULE, | ||
198 | .of_match_table = mxs_sgtl5000_dt_ids, | 197 | .of_match_table = mxs_sgtl5000_dt_ids, |
199 | }, | 198 | }, |
200 | .probe = mxs_sgtl5000_probe, | 199 | .probe = mxs_sgtl5000_probe, |
diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c index f2f67942b229..291ee12d2bb9 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-hdmi-card.c b/sound/soc/omap/omap-hdmi-card.c index f649fe84b629..788d5dfd388f 100644 --- a/sound/soc/omap/omap-hdmi-card.c +++ b/sound/soc/omap/omap-hdmi-card.c | |||
@@ -73,7 +73,6 @@ static int omap_hdmi_remove(struct platform_device *pdev) | |||
73 | static struct platform_driver omap_hdmi_driver = { | 73 | static struct platform_driver omap_hdmi_driver = { |
74 | .driver = { | 74 | .driver = { |
75 | .name = DRV_NAME, | 75 | .name = DRV_NAME, |
76 | .owner = THIS_MODULE, | ||
77 | }, | 76 | }, |
78 | .probe = omap_hdmi_probe, | 77 | .probe = omap_hdmi_probe, |
79 | .remove = omap_hdmi_remove, | 78 | .remove = omap_hdmi_remove, |
diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c index eb9c39299f81..3abe80a68be2 100644 --- a/sound/soc/omap/omap-hdmi.c +++ b/sound/soc/omap/omap-hdmi.c | |||
@@ -349,7 +349,6 @@ static int omap_hdmi_remove(struct platform_device *pdev) | |||
349 | static struct platform_driver hdmi_dai_driver = { | 349 | static struct platform_driver hdmi_dai_driver = { |
350 | .driver = { | 350 | .driver = { |
351 | .name = DRV_NAME, | 351 | .name = DRV_NAME, |
352 | .owner = THIS_MODULE, | ||
353 | }, | 352 | }, |
354 | .probe = omap_hdmi_probe, | 353 | .probe = omap_hdmi_probe, |
355 | .remove = omap_hdmi_remove, | 354 | .remove = omap_hdmi_remove, |
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 595eee341e90..0d746cc880c1 100644 --- a/sound/soc/pxa/mioa701_wm9713.c +++ b/sound/soc/pxa/mioa701_wm9713.c | |||
@@ -205,7 +205,6 @@ static struct platform_driver mioa701_wm9713_driver = { | |||
205 | .remove = mioa701_wm9713_remove, | 205 | .remove = mioa701_wm9713_remove, |
206 | .driver = { | 206 | .driver = { |
207 | .name = "mioa701-wm9713", | 207 | .name = "mioa701-wm9713", |
208 | .owner = THIS_MODULE, | ||
209 | .pm = &snd_soc_pm_ops, | 208 | .pm = &snd_soc_pm_ops, |
210 | }, | 209 | }, |
211 | }; | 210 | }; |
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 a8e097433074..020b79a23f92 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 ae956e3f4b9d..9455314e1281 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 f373e37f8305..5f63cbfeb879 100644 --- a/sound/soc/rockchip/rockchip_i2s.c +++ b/sound/soc/rockchip/rockchip_i2s.c | |||
@@ -526,7 +526,6 @@ static struct platform_driver rockchip_i2s_driver = { | |||
526 | .remove = rockchip_i2s_remove, | 526 | .remove = rockchip_i2s_remove, |
527 | .driver = { | 527 | .driver = { |
528 | .name = DRV_NAME, | 528 | .name = DRV_NAME, |
529 | .owner = THIS_MODULE, | ||
530 | .of_match_table = of_match_ptr(rockchip_i2s_match), | 529 | .of_match_table = of_match_ptr(rockchip_i2s_match), |
531 | .pm = &rockchip_i2s_pm_ops, | 530 | .pm = &rockchip_i2s_pm_ops, |
532 | }, | 531 | }, |
diff --git a/sound/soc/samsung/ac97.c b/sound/soc/samsung/ac97.c index e1615113fd84..cb9dd57814ed 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 9d513473b300..2e7097429bee 100644 --- a/sound/soc/samsung/i2s.c +++ b/sound/soc/samsung/i2s.c | |||
@@ -1366,7 +1366,6 @@ static struct platform_driver samsung_i2s_driver = { | |||
1366 | .id_table = samsung_i2s_driver_ids, | 1366 | .id_table = samsung_i2s_driver_ids, |
1367 | .driver = { | 1367 | .driver = { |
1368 | .name = "samsung-i2s", | 1368 | .name = "samsung-i2s", |
1369 | .owner = THIS_MODULE, | ||
1370 | .of_match_table = of_match_ptr(exynos_i2s_match), | 1369 | .of_match_table = of_match_ptr(exynos_i2s_match), |
1371 | .pm = &samsung_i2s_pm, | 1370 | .pm = &samsung_i2s_pm, |
1372 | }, | 1371 | }, |
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 3c8f60423e82..1d3c3af5886e 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 0acf5d0eed53..61e8efd9f779 100644 --- a/sound/soc/samsung/snow.c +++ b/sound/soc/samsung/snow.c | |||
@@ -114,7 +114,6 @@ static const struct of_device_id snow_of_match[] = { | |||
114 | static struct platform_driver snow_driver = { | 114 | static struct platform_driver snow_driver = { |
115 | .driver = { | 115 | .driver = { |
116 | .name = "snow-audio", | 116 | .name = "snow-audio", |
117 | .owner = THIS_MODULE, | ||
118 | .pm = &snd_soc_pm_ops, | 117 | .pm = &snd_soc_pm_ops, |
119 | .of_match_table = snow_of_match, | 118 | .of_match_table = snow_of_match, |
120 | }, | 119 | }, |
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 0af2e4dfd139..0e0115cf2959 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 4c8f8a23a0e9..0a476b650708 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -1941,7 +1941,6 @@ EXPORT_SYMBOL_GPL(snd_soc_pm_ops); | |||
1941 | static struct platform_driver soc_driver = { | 1941 | static struct platform_driver soc_driver = { |
1942 | .driver = { | 1942 | .driver = { |
1943 | .name = "soc-audio", | 1943 | .name = "soc-audio", |
1944 | .owner = THIS_MODULE, | ||
1945 | .pm = &snd_soc_pm_ops, | 1944 | .pm = &snd_soc_pm_ops, |
1946 | }, | 1945 | }, |
1947 | .probe = soc_probe, | 1946 | .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 3b0fa12dbff7..e3dd2615eb69 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 a6898831fb9f..c0c15a94bab1 100644 --- a/sound/soc/tegra/tegra_rt5640.c +++ b/sound/soc/tegra/tegra_rt5640.c | |||
@@ -251,7 +251,6 @@ static const struct of_device_id tegra_rt5640_of_match[] = { | |||
251 | static struct platform_driver tegra_rt5640_driver = { | 251 | static struct platform_driver tegra_rt5640_driver = { |
252 | .driver = { | 252 | .driver = { |
253 | .name = DRV_NAME, | 253 | .name = DRV_NAME, |
254 | .owner = THIS_MODULE, | ||
255 | .pm = &snd_soc_pm_ops, | 254 | .pm = &snd_soc_pm_ops, |
256 | .of_match_table = tegra_rt5640_of_match, | 255 | .of_match_table = tegra_rt5640_of_match, |
257 | }, | 256 | }, |
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 9edd68db9f48..57e4d99b3cd8 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 cd71fd889d8b..45684206118e 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 b3b66aa98dce..2ba0d42b108f 100644 --- a/sound/soc/ux500/mop500.c +++ b/sound/soc/ux500/mop500.c | |||
@@ -159,7 +159,6 @@ static const struct of_device_id snd_soc_mop500_match[] = { | |||
159 | 159 | ||
160 | static struct platform_driver snd_soc_mop500_driver = { | 160 | static struct platform_driver snd_soc_mop500_driver = { |
161 | .driver = { | 161 | .driver = { |
162 | .owner = THIS_MODULE, | ||
163 | .name = "snd-soc-mop500", | 162 | .name = "snd-soc-mop500", |
164 | .of_match_table = snd_soc_mop500_match, | 163 | .of_match_table = snd_soc_mop500_match, |
165 | }, | 164 | }, |
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, |