mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
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
Block a user