mirror of https://gitee.com/openkylin/linux.git
ASoC: Fix mis cherry-pick of wm1250-ev1 driver
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
4bb3f43c6e
commit
420dd718ad
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue