diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-02 17:08:49 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-12-03 16:35:01 -0500 |
commit | 091edccf7f500837f2b3942be0d40362d25234c0 (patch) | |
tree | 955a42a9ce702b9892bdba8e9bf0effd6a072afb /sound/soc/codecs/wm8900.c | |
parent | c0eb27cf84ffd79347907f07ae33061ba0034c41 (diff) |
ASoC: Remove unused -codec from Wolfson device driver names
Devices that aren't MFDs don't need to distinguish this.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm8900.c')
-rw-r--r-- | sound/soc/codecs/wm8900.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8900.c b/sound/soc/codecs/wm8900.c index 85632ffcb872..e427a38032cc 100644 --- a/sound/soc/codecs/wm8900.c +++ b/sound/soc/codecs/wm8900.c | |||
@@ -1258,7 +1258,7 @@ static int __devexit wm8900_spi_remove(struct spi_device *spi) | |||
1258 | 1258 | ||
1259 | static struct spi_driver wm8900_spi_driver = { | 1259 | static struct spi_driver wm8900_spi_driver = { |
1260 | .driver = { | 1260 | .driver = { |
1261 | .name = "wm8900-codec", | 1261 | .name = "wm8900", |
1262 | .owner = THIS_MODULE, | 1262 | .owner = THIS_MODULE, |
1263 | }, | 1263 | }, |
1264 | .probe = wm8900_spi_probe, | 1264 | .probe = wm8900_spi_probe, |
@@ -1302,7 +1302,7 @@ MODULE_DEVICE_TABLE(i2c, wm8900_i2c_id); | |||
1302 | 1302 | ||
1303 | static struct i2c_driver wm8900_i2c_driver = { | 1303 | static struct i2c_driver wm8900_i2c_driver = { |
1304 | .driver = { | 1304 | .driver = { |
1305 | .name = "wm8900-codec", | 1305 | .name = "wm8900", |
1306 | .owner = THIS_MODULE, | 1306 | .owner = THIS_MODULE, |
1307 | }, | 1307 | }, |
1308 | .probe = wm8900_i2c_probe, | 1308 | .probe = wm8900_i2c_probe, |