aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/wm8994-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/wm8994-core.c')
-rw-r--r--drivers/mfd/wm8994-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/wm8994-core.c b/drivers/mfd/wm8994-core.c
index e6663248141..214fef20889 100644
--- a/drivers/mfd/wm8994-core.c
+++ b/drivers/mfd/wm8994-core.c
@@ -627,6 +627,7 @@ static int wm8994_i2c_remove(struct i2c_client *i2c)
627 627
628static const struct i2c_device_id wm8994_i2c_id[] = { 628static const struct i2c_device_id wm8994_i2c_id[] = {
629 { "wm1811", WM1811 }, 629 { "wm1811", WM1811 },
630 { "wm1811a", WM1811 },
630 { "wm8994", WM8994 }, 631 { "wm8994", WM8994 },
631 { "wm8958", WM8958 }, 632 { "wm8958", WM8958 },
632 { } 633 { }