aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/blackfin
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/blackfin')
-rw-r--r--sound/soc/blackfin/bf5xx-ac97-pcm.c1
-rw-r--r--sound/soc/blackfin/bf5xx-ac97.c1
-rw-r--r--sound/soc/blackfin/bf5xx-ad1836.c1
-rw-r--r--sound/soc/blackfin/bf5xx-i2s-pcm.c1
-rw-r--r--sound/soc/blackfin/bf5xx-i2s.c1
-rw-r--r--sound/soc/blackfin/bf6xx-i2s.c1
-rw-r--r--sound/soc/blackfin/bfin-eval-adau1373.c1
-rw-r--r--sound/soc/blackfin/bfin-eval-adau1701.c1
-rw-r--r--sound/soc/blackfin/bfin-eval-adau1x61.c1
-rw-r--r--sound/soc/blackfin/bfin-eval-adau1x81.c1
-rw-r--r--sound/soc/blackfin/bfin-eval-adav80x.c1
11 files changed, 0 insertions, 11 deletions
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)
462static struct platform_driver bf5xx_pcm_driver = { 462static struct platform_driver bf5xx_pcm_driver = {
463 .driver = { 463 .driver = {
464 .name = "bfin-ac97-pcm-audio", 464 .name = "bfin-ac97-pcm-audio",
465 .owner = THIS_MODULE,
466 }, 465 },
467 466
468 .probe = bf5xx_soc_platform_probe, 467 .probe = bf5xx_soc_platform_probe,
diff --git a/sound/soc/blackfin/bf5xx-ac97.c b/sound/soc/blackfin/bf5xx-ac97.c
index 6bf21a6c02e4..a040cfe29fc0 100644
--- a/sound/soc/blackfin/bf5xx-ac97.c
+++ b/sound/soc/blackfin/bf5xx-ac97.c
@@ -375,7 +375,6 @@ static int asoc_bfin_ac97_remove(struct platform_device *pdev)
375static struct platform_driver asoc_bfin_ac97_driver = { 375static 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)
104static struct platform_driver bf5xx_ad1836_driver = { 104static 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)
354static struct platform_driver bfin_i2s_pcm_driver = { 354static 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)
169static struct platform_driver bfin_eval_adau1373_driver = { 169static 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)
109static struct platform_driver bfin_eval_adau1701_driver = { 109static 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)
129static struct platform_driver bfin_eval_adau1x61_driver = { 129static 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)
117static struct platform_driver bfin_eval_adau1x81_driver = { 117static 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);
141static struct platform_driver bfin_eval_adav80x_driver = { 141static 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,