Skip to content

Commit

Permalink
ASoC: Remove unused -codec from Wolfson device driver names
Browse files Browse the repository at this point in the history
Devices that aren't MFDs don't need to distinguish this.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Dec 3, 2011
1 parent c0eb27c commit 091edcc
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8510.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ MODULE_DEVICE_TABLE(i2c, wm8510_i2c_id);

static struct i2c_driver wm8510_i2c_driver = {
.driver = {
.name = "wm8510-codec",
.name = "wm8510",
.owner = THIS_MODULE,
.of_match_table = wm8510_of_match,
},
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8727.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static int __devexit wm8727_remove(struct platform_device *pdev)

static struct platform_driver wm8727_codec_driver = {
.driver = {
.name = "wm8727-codec",
.name = "wm8727",
.owner = THIS_MODULE,
},

Expand Down
4 changes: 2 additions & 2 deletions sound/soc/codecs/wm8900.c
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ static int __devexit wm8900_spi_remove(struct spi_device *spi)

static struct spi_driver wm8900_spi_driver = {
.driver = {
.name = "wm8900-codec",
.name = "wm8900",
.owner = THIS_MODULE,
},
.probe = wm8900_spi_probe,
Expand Down Expand Up @@ -1302,7 +1302,7 @@ MODULE_DEVICE_TABLE(i2c, wm8900_i2c_id);

static struct i2c_driver wm8900_i2c_driver = {
.driver = {
.name = "wm8900-codec",
.name = "wm8900",
.owner = THIS_MODULE,
},
.probe = wm8900_i2c_probe,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8904.c
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,7 @@ MODULE_DEVICE_TABLE(i2c, wm8904_i2c_id);

static struct i2c_driver wm8904_i2c_driver = {
.driver = {
.name = "wm8904-codec",
.name = "wm8904",
.owner = THIS_MODULE,
},
.probe = wm8904_i2c_probe,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8940.c
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ MODULE_DEVICE_TABLE(i2c, wm8940_i2c_id);

static struct i2c_driver wm8940_i2c_driver = {
.driver = {
.name = "wm8940-codec",
.name = "wm8940",
.owner = THIS_MODULE,
},
.probe = wm8940_i2c_probe,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8955.c
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ MODULE_DEVICE_TABLE(i2c, wm8955_i2c_id);

static struct i2c_driver wm8955_i2c_driver = {
.driver = {
.name = "wm8955-codec",
.name = "wm8955",
.owner = THIS_MODULE,
},
.probe = wm8955_i2c_probe,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8960.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ MODULE_DEVICE_TABLE(i2c, wm8960_i2c_id);

static struct i2c_driver wm8960_i2c_driver = {
.driver = {
.name = "wm8960-codec",
.name = "wm8960",
.owner = THIS_MODULE,
},
.probe = wm8960_i2c_probe,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8961.c
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ MODULE_DEVICE_TABLE(i2c, wm8961_i2c_id);

static struct i2c_driver wm8961_i2c_driver = {
.driver = {
.name = "wm8961-codec",
.name = "wm8961",
.owner = THIS_MODULE,
},
.probe = wm8961_i2c_probe,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8971.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8974.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ MODULE_DEVICE_TABLE(i2c, wm8974_i2c_id);

static struct i2c_driver wm8974_i2c_driver = {
.driver = {
.name = "wm8974-codec",
.name = "wm8974",
.owner = THIS_MODULE,
},
.probe = wm8974_i2c_probe,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8988.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ static int __devexit wm8988_spi_remove(struct spi_device *spi)

static struct spi_driver wm8988_spi_driver = {
.driver = {
.name = "wm8988-codec",
.name = "wm8988",
.owner = THIS_MODULE,
},
.probe = wm8988_spi_probe,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8990.c
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ MODULE_DEVICE_TABLE(i2c, wm8990_i2c_id);

static struct i2c_driver wm8990_i2c_driver = {
.driver = {
.name = "wm8990-codec",
.name = "wm8990",
.owner = THIS_MODULE,
},
.probe = wm8990_i2c_probe,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8993.c
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ MODULE_DEVICE_TABLE(i2c, wm8993_i2c_id);

static struct i2c_driver wm8993_i2c_driver = {
.driver = {
.name = "wm8993-codec",
.name = "wm8993",
.owner = THIS_MODULE,
},
.probe = wm8993_i2c_probe,
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm9090.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ MODULE_DEVICE_TABLE(i2c, wm9090_id);

static struct i2c_driver wm9090_i2c_driver = {
.driver = {
.name = "wm9090-codec",
.name = "wm9090",
.owner = THIS_MODULE,
},
.probe = wm9090_i2c_probe,
Expand Down

0 comments on commit 091edcc

Please sign in to comment.