diff options
Diffstat (limited to 'drivers/mfd/max8925-i2c.c')
-rw-r--r-- | drivers/mfd/max8925-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max8925-i2c.c b/drivers/mfd/max8925-i2c.c index 6e3d30aa00df..00b5b456063d 100644 --- a/drivers/mfd/max8925-i2c.c +++ b/drivers/mfd/max8925-i2c.c | |||
@@ -168,7 +168,7 @@ static int max8925_probe(struct i2c_client *client, | |||
168 | return 0; | 168 | return 0; |
169 | } | 169 | } |
170 | 170 | ||
171 | static int __devexit max8925_remove(struct i2c_client *client) | 171 | static int max8925_remove(struct i2c_client *client) |
172 | { | 172 | { |
173 | struct max8925_chip *chip = i2c_get_clientdata(client); | 173 | struct max8925_chip *chip = i2c_get_clientdata(client); |
174 | 174 | ||