提交 0473e61b 编写于 作者: M Mark Brown

ASoC: Remove some more redundant -codecs from driver names

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: NLiam Girdwood <lrg@ti.com>
上级 5d5d09b2
......@@ -443,7 +443,7 @@ static int __devexit wm8711_spi_remove(struct spi_device *spi)
static struct spi_driver wm8711_spi_driver = {
.driver = {
.name = "wm8711-codec",
.name = "wm8711",
.owner = THIS_MODULE,
},
.probe = wm8711_spi_probe,
......@@ -487,7 +487,7 @@ MODULE_DEVICE_TABLE(i2c, wm8711_i2c_id);
static struct i2c_driver wm8711_i2c_driver = {
.driver = {
.name = "wm8711-codec",
.name = "wm8711",
.owner = THIS_MODULE,
},
.probe = wm8711_i2c_probe,
......
......@@ -298,7 +298,7 @@ static int __devexit wm8728_spi_remove(struct spi_device *spi)
static struct spi_driver wm8728_spi_driver = {
.driver = {
.name = "wm8728-codec",
.name = "wm8728",
.owner = THIS_MODULE,
},
.probe = wm8728_spi_probe,
......@@ -342,7 +342,7 @@ MODULE_DEVICE_TABLE(i2c, wm8728_i2c_id);
static struct i2c_driver wm8728_i2c_driver = {
.driver = {
.name = "wm8728-codec",
.name = "wm8728",
.owner = THIS_MODULE,
},
.probe = wm8728_i2c_probe,
......
......@@ -526,7 +526,7 @@ MODULE_DEVICE_TABLE(i2c, wm8741_i2c_id);
static struct i2c_driver wm8741_i2c_driver = {
.driver = {
.name = "wm8741-codec",
.name = "wm8741",
.owner = THIS_MODULE,
},
.probe = wm8741_i2c_probe,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册