diff options
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r-- | sound/soc/tegra/tegra20_ac97.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra20_das.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra20_i2s.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra20_spdif.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra30_ahub.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra30_i2s.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra_alc5632.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra_max98090.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra_rt5640.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra_wm8753.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra_wm8903.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/tegra_wm9712.c | 1 | ||||
-rw-r--r-- | sound/soc/tegra/trimslice.c | 1 |
13 files changed, 0 insertions, 13 deletions
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, |