aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm9090.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-02 17:08:49 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-03 16:35:01 -0500
commit091edccf7f500837f2b3942be0d40362d25234c0 (patch)
tree955a42a9ce702b9892bdba8e9bf0effd6a072afb /sound/soc/codecs/wm9090.c
parentc0eb27cf84ffd79347907f07ae33061ba0034c41 (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/wm9090.c')
-rw-r--r--sound/soc/codecs/wm9090.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9090.c b/sound/soc/codecs/wm9090.c
index 5cb8759868df..31869afa7007 100644
--- a/sound/soc/codecs/wm9090.c
+++ b/sound/soc/codecs/wm9090.c
@@ -685,7 +685,7 @@ MODULE_DEVICE_TABLE(i2c, wm9090_id);
685 685
686static struct i2c_driver wm9090_i2c_driver = { 686static struct i2c_driver wm9090_i2c_driver = {
687 .driver = { 687 .driver = {
688 .name = "wm9090-codec", 688 .name = "wm9090",
689 .owner = THIS_MODULE, 689 .owner = THIS_MODULE,
690 }, 690 },
691 .probe = wm9090_i2c_probe, 691 .probe = wm9090_i2c_probe,