diff options
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/lp3971.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/lp3971.c b/drivers/regulator/lp3971.c index 35abebea4ed5..a61018a27698 100644 --- a/drivers/regulator/lp3971.c +++ b/drivers/regulator/lp3971.c | |||
@@ -535,7 +535,7 @@ static struct i2c_driver lp3971_i2c_driver = { | |||
535 | .owner = THIS_MODULE, | 535 | .owner = THIS_MODULE, |
536 | }, | 536 | }, |
537 | .probe = lp3971_i2c_probe, | 537 | .probe = lp3971_i2c_probe, |
538 | .remove = lp3971_i2c_remove, | 538 | .remove = __devexit_p(lp3971_i2c_remove), |
539 | .id_table = lp3971_i2c_id, | 539 | .id_table = lp3971_i2c_id, |
540 | }; | 540 | }; |
541 | 541 | ||