diff options
-rw-r--r-- | drivers/mfd/da9055-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/da9055-i2c.c b/drivers/mfd/da9055-i2c.c index 607387ffe8ca..13af7e50021e 100644 --- a/drivers/mfd/da9055-i2c.c +++ b/drivers/mfd/da9055-i2c.c | |||
@@ -54,7 +54,7 @@ static int da9055_i2c_remove(struct i2c_client *i2c) | |||
54 | } | 54 | } |
55 | 55 | ||
56 | static struct i2c_device_id da9055_i2c_id[] = { | 56 | static struct i2c_device_id da9055_i2c_id[] = { |
57 | {"da9055-pmic", 0}, | 57 | {"da9055", 0}, |
58 | { } | 58 | { } |
59 | }; | 59 | }; |
60 | 60 | ||