diff options
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | 2010-09-29 06:48:19 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-30 16:32:07 -0400 |
commit | 6b90b55ccc7c8ad12dd21ae536ab7747313df927 (patch) | |
tree | 3b0586b5577b67004f00d2964b340d1182764abe /sound/soc/codecs | |
parent | a4f28c001d9fbe378852771c0734af4f7798d3c0 (diff) |
ASoC: Remove unneeded use of spi_bus_type
No need to explicitly set the bus type, spi_register_driver does
that for us.
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/wm8510.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm8711.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm8728.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm8731.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm8750.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm8753.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm8776.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm8900.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm8985.c | 1 | ||||
-rw-r--r-- | sound/soc/codecs/wm8988.c | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c index 02ecf54de020..8f107095760e 100644 --- a/sound/soc/codecs/wm8510.c +++ b/sound/soc/codecs/wm8510.c | |||
@@ -627,7 +627,6 @@ static int __devexit wm8510_spi_remove(struct spi_device *spi) | |||
627 | static struct spi_driver wm8510_spi_driver = { | 627 | static struct spi_driver wm8510_spi_driver = { |
628 | .driver = { | 628 | .driver = { |
629 | .name = "wm8510", | 629 | .name = "wm8510", |
630 | .bus = &spi_bus_type, | ||
631 | .owner = THIS_MODULE, | 630 | .owner = THIS_MODULE, |
632 | }, | 631 | }, |
633 | .probe = wm8510_spi_probe, | 632 | .probe = wm8510_spi_probe, |
diff --git a/sound/soc/codecs/wm8711.c b/sound/soc/codecs/wm8711.c index 52a923a7861e..54fbd76c8bca 100644 --- a/sound/soc/codecs/wm8711.c +++ b/sound/soc/codecs/wm8711.c | |||
@@ -453,7 +453,6 @@ static int __devexit wm8711_spi_remove(struct spi_device *spi) | |||
453 | static struct spi_driver wm8711_spi_driver = { | 453 | static struct spi_driver wm8711_spi_driver = { |
454 | .driver = { | 454 | .driver = { |
455 | .name = "wm8711-codec", | 455 | .name = "wm8711-codec", |
456 | .bus = &spi_bus_type, | ||
457 | .owner = THIS_MODULE, | 456 | .owner = THIS_MODULE, |
458 | }, | 457 | }, |
459 | .probe = wm8711_spi_probe, | 458 | .probe = wm8711_spi_probe, |
diff --git a/sound/soc/codecs/wm8728.c b/sound/soc/codecs/wm8728.c index 32eba85b0a2c..075f35e4f4cb 100644 --- a/sound/soc/codecs/wm8728.c +++ b/sound/soc/codecs/wm8728.c | |||
@@ -307,7 +307,6 @@ static int __devexit wm8728_spi_remove(struct spi_device *spi) | |||
307 | static struct spi_driver wm8728_spi_driver = { | 307 | static struct spi_driver wm8728_spi_driver = { |
308 | .driver = { | 308 | .driver = { |
309 | .name = "wm8728-codec", | 309 | .name = "wm8728-codec", |
310 | .bus = &spi_bus_type, | ||
311 | .owner = THIS_MODULE, | 310 | .owner = THIS_MODULE, |
312 | }, | 311 | }, |
313 | .probe = wm8728_spi_probe, | 312 | .probe = wm8728_spi_probe, |
diff --git a/sound/soc/codecs/wm8731.c b/sound/soc/codecs/wm8731.c index bdce125bbd81..631385802eb4 100644 --- a/sound/soc/codecs/wm8731.c +++ b/sound/soc/codecs/wm8731.c | |||
@@ -600,7 +600,6 @@ static int __devexit wm8731_spi_remove(struct spi_device *spi) | |||
600 | static struct spi_driver wm8731_spi_driver = { | 600 | static struct spi_driver wm8731_spi_driver = { |
601 | .driver = { | 601 | .driver = { |
602 | .name = "wm8731-codec", | 602 | .name = "wm8731-codec", |
603 | .bus = &spi_bus_type, | ||
604 | .owner = THIS_MODULE, | 603 | .owner = THIS_MODULE, |
605 | }, | 604 | }, |
606 | .probe = wm8731_spi_probe, | 605 | .probe = wm8731_spi_probe, |
diff --git a/sound/soc/codecs/wm8750.c b/sound/soc/codecs/wm8750.c index 4d1ec9dc86ff..6c924cd2cfd4 100644 --- a/sound/soc/codecs/wm8750.c +++ b/sound/soc/codecs/wm8750.c | |||
@@ -782,7 +782,6 @@ static int __devexit wm8750_spi_remove(struct spi_device *spi) | |||
782 | static struct spi_driver wm8750_spi_driver = { | 782 | static struct spi_driver wm8750_spi_driver = { |
783 | .driver = { | 783 | .driver = { |
784 | .name = "wm8750-codec", | 784 | .name = "wm8750-codec", |
785 | .bus = &spi_bus_type, | ||
786 | .owner = THIS_MODULE, | 785 | .owner = THIS_MODULE, |
787 | }, | 786 | }, |
788 | .probe = wm8750_spi_probe, | 787 | .probe = wm8750_spi_probe, |
diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c index 64ea06610038..8f679a13f2bc 100644 --- a/sound/soc/codecs/wm8753.c +++ b/sound/soc/codecs/wm8753.c | |||
@@ -1651,7 +1651,6 @@ static int __devexit wm8753_spi_remove(struct spi_device *spi) | |||
1651 | static struct spi_driver wm8753_spi_driver = { | 1651 | static struct spi_driver wm8753_spi_driver = { |
1652 | .driver = { | 1652 | .driver = { |
1653 | .name = "wm8753-codec", | 1653 | .name = "wm8753-codec", |
1654 | .bus = &spi_bus_type, | ||
1655 | .owner = THIS_MODULE, | 1654 | .owner = THIS_MODULE, |
1656 | }, | 1655 | }, |
1657 | .probe = wm8753_spi_probe, | 1656 | .probe = wm8753_spi_probe, |
diff --git a/sound/soc/codecs/wm8776.c b/sound/soc/codecs/wm8776.c index c0b69179855a..04182c464e35 100644 --- a/sound/soc/codecs/wm8776.c +++ b/sound/soc/codecs/wm8776.c | |||
@@ -483,7 +483,6 @@ static int __devexit wm8776_spi_remove(struct spi_device *spi) | |||
483 | static struct spi_driver wm8776_spi_driver = { | 483 | static struct spi_driver wm8776_spi_driver = { |
484 | .driver = { | 484 | .driver = { |
485 | .name = "wm8776-codec", | 485 | .name = "wm8776-codec", |
486 | .bus = &spi_bus_type, | ||
487 | .owner = THIS_MODULE, | 486 | .owner = THIS_MODULE, |
488 | }, | 487 | }, |
489 | .probe = wm8776_spi_probe, | 488 | .probe = wm8776_spi_probe, |
diff --git a/sound/soc/codecs/wm8900.c b/sound/soc/codecs/wm8900.c index 25c8ccdb6e8d..b4f11724a63f 100644 --- a/sound/soc/codecs/wm8900.c +++ b/sound/soc/codecs/wm8900.c | |||
@@ -1291,7 +1291,6 @@ static int __devexit wm8900_spi_remove(struct spi_device *spi) | |||
1291 | static struct spi_driver wm8900_spi_driver = { | 1291 | static struct spi_driver wm8900_spi_driver = { |
1292 | .driver = { | 1292 | .driver = { |
1293 | .name = "wm8900-codec", | 1293 | .name = "wm8900-codec", |
1294 | .bus = &spi_bus_type, | ||
1295 | .owner = THIS_MODULE, | 1294 | .owner = THIS_MODULE, |
1296 | }, | 1295 | }, |
1297 | .probe = wm8900_spi_probe, | 1296 | .probe = wm8900_spi_probe, |
diff --git a/sound/soc/codecs/wm8985.c b/sound/soc/codecs/wm8985.c index 6116b4203a23..ae9020a2a195 100644 --- a/sound/soc/codecs/wm8985.c +++ b/sound/soc/codecs/wm8985.c | |||
@@ -1102,7 +1102,6 @@ static int __devexit wm8985_spi_remove(struct spi_device *spi) | |||
1102 | static struct spi_driver wm8985_spi_driver = { | 1102 | static struct spi_driver wm8985_spi_driver = { |
1103 | .driver = { | 1103 | .driver = { |
1104 | .name = "wm8985", | 1104 | .name = "wm8985", |
1105 | .bus = &spi_bus_type, | ||
1106 | .owner = THIS_MODULE, | 1105 | .owner = THIS_MODULE, |
1107 | }, | 1106 | }, |
1108 | .probe = wm8985_spi_probe, | 1107 | .probe = wm8985_spi_probe, |
diff --git a/sound/soc/codecs/wm8988.c b/sound/soc/codecs/wm8988.c index d08b1fe6c42c..d7f259711970 100644 --- a/sound/soc/codecs/wm8988.c +++ b/sound/soc/codecs/wm8988.c | |||
@@ -844,7 +844,6 @@ static int __devexit wm8988_spi_remove(struct spi_device *spi) | |||
844 | static struct spi_driver wm8988_spi_driver = { | 844 | static struct spi_driver wm8988_spi_driver = { |
845 | .driver = { | 845 | .driver = { |
846 | .name = "wm8988-codec", | 846 | .name = "wm8988-codec", |
847 | .bus = &spi_bus_type, | ||
848 | .owner = THIS_MODULE, | 847 | .owner = THIS_MODULE, |
849 | }, | 848 | }, |
850 | .probe = wm8988_spi_probe, | 849 | .probe = wm8988_spi_probe, |