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>
This commit is contained in:
Mark Brown
2011-12-02 22:08:49 +00:00
parent c0eb27cf84
commit 091edccf7f
14 changed files with 15 additions and 15 deletions

View File

@@ -724,7 +724,7 @@ MODULE_DEVICE_TABLE(i2c, wm8971_i2c_id);
static struct i2c_driver wm8971_i2c_driver = {
.driver = {
.name = "wm8971-codec",
.name = "wm8971",
.owner = THIS_MODULE,
},
.probe = wm8971_i2c_probe,