aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sh')
-rw-r--r--sound/soc/sh/dma-sh7760.c1
-rw-r--r--sound/soc/sh/hac.c1
-rw-r--r--sound/soc/sh/siu_dai.c1
-rw-r--r--sound/soc/sh/ssi.c1
4 files changed, 0 insertions, 4 deletions
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)
345static struct platform_driver sh7760_pcm_driver = { 345static 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)
333static struct platform_driver hac_pcm_driver = { 333static 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
846static struct platform_driver siu_driver = { 846static 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)
398static struct platform_driver sh4_ssi_driver = { 398static 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,