summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8988.c
diff options
context:
space:
mode:
authorDimitris Papastamos2010-09-29 12:48:19 +0200
committerMark Brown2010-09-30 22:32:07 +0200
commit6b90b55ccc7c8ad12dd21ae536ab7747313df927 (patch)
tree3b0586b5577b67004f00d2964b340d1182764abe /sound/soc/codecs/wm8988.c
parentASoC: Provide microphone bias configuration for WM8962 (diff)
downloadkernel-qcow2-linux-6b90b55ccc7c8ad12dd21ae536ab7747313df927.tar.gz
kernel-qcow2-linux-6b90b55ccc7c8ad12dd21ae536ab7747313df927.tar.xz
kernel-qcow2-linux-6b90b55ccc7c8ad12dd21ae536ab7747313df927.zip
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/wm8988.c')
-rw-r--r--sound/soc/codecs/wm8988.c1
1 files changed, 0 insertions, 1 deletions
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)
static struct spi_driver wm8988_spi_driver = {
.driver = {
.name = "wm8988-codec",
- .bus = &spi_bus_type,
.owner = THIS_MODULE,
},
.probe = wm8988_spi_probe,