summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/s6000/s6000-i2s.c1
-rw-r--r--sound/soc/s6000/s6000-pcm.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/s6000/s6000-i2s.c b/sound/soc/s6000/s6000-i2s.c
index 1c8d01166e5b..58c67642ed35 100644
--- a/sound/soc/s6000/s6000-i2s.c
+++ b/sound/soc/s6000/s6000-i2s.c
@@ -606,7 +606,6 @@ static struct platform_driver s6000_i2s_driver = {
.remove = s6000_i2s_remove,
.driver = {
.name = "s6000-i2s",
- .owner = THIS_MODULE,
},
};
diff --git a/sound/soc/s6000/s6000-pcm.c b/sound/soc/s6000/s6000-pcm.c
index fb8461e1b1f6..370fbb44033b 100644
--- a/sound/soc/s6000/s6000-pcm.c
+++ b/sound/soc/s6000/s6000-pcm.c
@@ -507,7 +507,6 @@ static int s6000_soc_platform_remove(struct platform_device *pdev)
static struct platform_driver s6000_pcm_driver = {
.driver = {
.name = "s6000-pcm-audio",
- .owner = THIS_MODULE,
},
.probe = s6000_soc_platform_probe,