diff options
Diffstat (limited to 'drivers/mfd/wm8350-i2c.c')
-rw-r--r-- | drivers/mfd/wm8350-i2c.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mfd/wm8350-i2c.c b/drivers/mfd/wm8350-i2c.c index f919def05e24..6a16a8a6f9fa 100644 --- a/drivers/mfd/wm8350-i2c.c +++ b/drivers/mfd/wm8350-i2c.c | |||
@@ -58,10 +58,10 @@ static int wm8350_i2c_remove(struct i2c_client *i2c) | |||
58 | } | 58 | } |
59 | 59 | ||
60 | static const struct i2c_device_id wm8350_i2c_id[] = { | 60 | static const struct i2c_device_id wm8350_i2c_id[] = { |
61 | { "wm8350", 0 }, | 61 | { "wm8350", 0 }, |
62 | { "wm8351", 0 }, | 62 | { "wm8351", 0 }, |
63 | { "wm8352", 0 }, | 63 | { "wm8352", 0 }, |
64 | { } | 64 | { } |
65 | }; | 65 | }; |
66 | MODULE_DEVICE_TABLE(i2c, wm8350_i2c_id); | 66 | MODULE_DEVICE_TABLE(i2c, wm8350_i2c_id); |
67 | 67 | ||