diff options
-rw-r--r-- | sound/soc/txx9/txx9aclc-ac97.c | 1 | ||||
-rw-r--r-- | sound/soc/txx9/txx9aclc-generic.c | 1 | ||||
-rw-r--r-- | sound/soc/txx9/txx9aclc.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/txx9/txx9aclc-ac97.c b/sound/soc/txx9/txx9aclc-ac97.c index 9edd68db9f48..57e4d99b3cd8 100644 --- a/sound/soc/txx9/txx9aclc-ac97.c +++ b/sound/soc/txx9/txx9aclc-ac97.c | |||
@@ -224,7 +224,6 @@ static struct platform_driver txx9aclc_ac97_driver = { | |||
224 | .remove = txx9aclc_ac97_dev_remove, | 224 | .remove = txx9aclc_ac97_dev_remove, |
225 | .driver = { | 225 | .driver = { |
226 | .name = "txx9aclc-ac97", | 226 | .name = "txx9aclc-ac97", |
227 | .owner = THIS_MODULE, | ||
228 | }, | 227 | }, |
229 | }; | 228 | }; |
230 | 229 | ||
diff --git a/sound/soc/txx9/txx9aclc-generic.c b/sound/soc/txx9/txx9aclc-generic.c index b056a1431ed4..d0b1e7759968 100644 --- a/sound/soc/txx9/txx9aclc-generic.c +++ b/sound/soc/txx9/txx9aclc-generic.c | |||
@@ -66,7 +66,6 @@ static struct platform_driver txx9aclc_generic_driver = { | |||
66 | .remove = __exit_p(txx9aclc_generic_remove), | 66 | .remove = __exit_p(txx9aclc_generic_remove), |
67 | .driver = { | 67 | .driver = { |
68 | .name = "txx9aclc-generic", | 68 | .name = "txx9aclc-generic", |
69 | .owner = THIS_MODULE, | ||
70 | }, | 69 | }, |
71 | }; | 70 | }; |
72 | 71 | ||
diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c index cd71fd889d8b..45684206118e 100644 --- a/sound/soc/txx9/txx9aclc.c +++ b/sound/soc/txx9/txx9aclc.c | |||
@@ -429,7 +429,6 @@ static int txx9aclc_soc_platform_remove(struct platform_device *pdev) | |||
429 | static struct platform_driver txx9aclc_pcm_driver = { | 429 | static struct platform_driver txx9aclc_pcm_driver = { |
430 | .driver = { | 430 | .driver = { |
431 | .name = "txx9aclc-pcm-audio", | 431 | .name = "txx9aclc-pcm-audio", |
432 | .owner = THIS_MODULE, | ||
433 | }, | 432 | }, |
434 | 433 | ||
435 | .probe = txx9aclc_soc_platform_probe, | 434 | .probe = txx9aclc_soc_platform_probe, |