aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-03 22:53:56 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-03 22:53:56 -0500
commita8a93c6f9922c0d70459668c1300b226cb3918ab (patch)
tree6d484e6cb951bad4805297648ad17e1d42fe03f4 /sound/soc/fsl
parent0df1f2487d2f0d04703f142813d53615d62a1da4 (diff)
parent79cd1762933153237731585f0901eec368e54bae (diff)
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
Remove all .owner fields from platform drivers
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/eukrea-tlv320.c1
-rw-r--r--sound/soc/fsl/fsl_dma.c1
-rw-r--r--sound/soc/fsl/fsl_esai.c1
-rw-r--r--sound/soc/fsl/fsl_sai.c1
-rw-r--r--sound/soc/fsl/fsl_spdif.c1
-rw-r--r--sound/soc/fsl/fsl_ssi.c1
-rw-r--r--sound/soc/fsl/imx-audmux.c1
-rw-r--r--sound/soc/fsl/imx-mc13783.c1
-rw-r--r--sound/soc/fsl/imx-sgtl5000.c1
-rw-r--r--sound/soc/fsl/imx-spdif.c1
-rw-r--r--sound/soc/fsl/imx-ssi.c1
-rw-r--r--sound/soc/fsl/imx-wm8962.c1
-rw-r--r--sound/soc/fsl/mpc5200_psc_ac97.c1
-rw-r--r--sound/soc/fsl/mpc5200_psc_i2s.c1
-rw-r--r--sound/soc/fsl/mpc8610_hpcd.c1
-rw-r--r--sound/soc/fsl/mx27vis-aic32x4.c1
-rw-r--r--sound/soc/fsl/p1022_ds.c1
-rw-r--r--sound/soc/fsl/p1022_rdk.c1
-rw-r--r--sound/soc/fsl/pcm030-audio-fabric.c1
19 files changed, 0 insertions, 19 deletions
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);
239static struct platform_driver eukrea_tlv320_driver = { 239static 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);
971static struct platform_driver fsl_soc_dma_driver = { 971static 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);
1283static struct platform_driver fsl_spdif_driver = { 1283static 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)
1489static struct platform_driver fsl_ssi_driver = { 1489static 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)
159static struct platform_driver imx_mc13783_audio_driver = { 159static 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);
202static struct platform_driver imx_sgtl5000_driver = { 202static 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);
89static struct platform_driver imx_spdif_driver = { 89static 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);
309static struct platform_driver imx_wm8962_driver = { 309static 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)
229static struct platform_driver mx27vis_aic32x4_audio_driver = { 229static 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};