Browse Source

ASoC: Fix mis cherry-pick of wm1250-ev1 driver

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 14 years ago
parent
commit
420dd718ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/codecs/wm1250-ev1.c

+ 1 - 1
sound/soc/codecs/wm1250-ev1.c

@@ -73,7 +73,7 @@ static const struct i2c_device_id wm1250_ev1_i2c_id[] = {
 	{ "wm1250-ev1", 0 },
 	{ }
 };
-MODULE_DEVICE_TABLE(i2c, wm1250_ev1__id);
+MODULE_DEVICE_TABLE(i2c, wm1250_ev1_i2c_id);
 
 static struct i2c_driver wm1250_ev1_i2c_driver = {
 	.driver = {