Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 091edccf authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Remove unused -codec from Wolfson device driver names



Devices that aren't MFDs don't need to distinguish this.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent c0eb27cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},

+2 −2
Original line number Diff line number Diff line
@@ -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,
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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,
Loading