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/wm8750.c | |
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/wm8750.c')
-rw-r--r-- | sound/soc/codecs/wm8750.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, |