diff options
Diffstat (limited to 'drivers/mfd/tps65217.c')
-rw-r--r-- | drivers/mfd/tps65217.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c index 76360c10246e..8cba75750e91 100644 --- a/drivers/mfd/tps65217.c +++ b/drivers/mfd/tps65217.c | |||
@@ -153,7 +153,7 @@ static const struct of_device_id tps65217_of_match[] = { | |||
153 | { /* sentinel */ }, | 153 | { /* sentinel */ }, |
154 | }; | 154 | }; |
155 | 155 | ||
156 | static int __devinit tps65217_probe(struct i2c_client *client, | 156 | static int tps65217_probe(struct i2c_client *client, |
157 | const struct i2c_device_id *ids) | 157 | const struct i2c_device_id *ids) |
158 | { | 158 | { |
159 | struct tps65217 *tps; | 159 | struct tps65217 *tps; |