aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/cirrus
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/cirrus')
-rw-r--r--sound/soc/cirrus/edb93xx.c1
-rw-r--r--sound/soc/cirrus/ep93xx-ac97.c1
-rw-r--r--sound/soc/cirrus/ep93xx-i2s.c1
-rw-r--r--sound/soc/cirrus/simone.c1
-rw-r--r--sound/soc/cirrus/snappercl15.c1
5 files changed, 0 insertions, 5 deletions
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)
113static struct platform_driver edb93xx_driver = { 113static struct platform_driver edb93xx_driver = {
114 .driver = { 114 .driver = {
115 .name = "edb93xx-audio", 115 .name = "edb93xx-audio",
116 .owner = THIS_MODULE,
117 }, 116 },
118 .probe = edb93xx_probe, 117 .probe = edb93xx_probe,
119 .remove = edb93xx_remove, 118 .remove = edb93xx_remove,
diff --git a/sound/soc/cirrus/ep93xx-ac97.c b/sound/soc/cirrus/ep93xx-ac97.c
index 6b8a366b0211..bbf7a9266a99 100644
--- a/sound/soc/cirrus/ep93xx-ac97.c
+++ b/sound/soc/cirrus/ep93xx-ac97.c
@@ -439,7 +439,6 @@ static struct platform_driver ep93xx_ac97_driver = {
439 .remove = ep93xx_ac97_remove, 439 .remove = ep93xx_ac97_remove,
440 .driver = { 440 .driver = {
441 .name = "ep93xx-ac97", 441 .name = "ep93xx-ac97",
442 .owner = THIS_MODULE,
443 }, 442 },
444}; 443};
445 444
diff --git a/sound/soc/cirrus/ep93xx-i2s.c b/sound/soc/cirrus/ep93xx-i2s.c
index 943145f9d1b6..934f8aefdd90 100644
--- a/sound/soc/cirrus/ep93xx-i2s.c
+++ b/sound/soc/cirrus/ep93xx-i2s.c
@@ -451,7 +451,6 @@ static struct platform_driver ep93xx_i2s_driver = {
451 .remove = ep93xx_i2s_remove, 451 .remove = ep93xx_i2s_remove,
452 .driver = { 452 .driver = {
453 .name = "ep93xx-i2s", 453 .name = "ep93xx-i2s",
454 .owner = THIS_MODULE,
455 }, 454 },
456}; 455};
457 456
diff --git a/sound/soc/cirrus/simone.c b/sound/soc/cirrus/simone.c
index 822a19a89e74..1ec661834e5a 100644
--- a/sound/soc/cirrus/simone.c
+++ b/sound/soc/cirrus/simone.c
@@ -74,7 +74,6 @@ static int simone_remove(struct platform_device *pdev)
74static struct platform_driver simone_driver = { 74static 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)
123static struct platform_driver snappercl15_driver = { 123static 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,