X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fregulator%2Flp872x.c;h=8e3c7ae0047f01fbe77871c79cf36e6e34e0b166;hb=efc828022e756683992c8d09bd15b3474ba3e9b6;hp=f3bf80e56b1ce74e4181a06eb79471387ac22a7f;hpb=2c129927870499aaa8840b5e97ffb4f0c8e5eb86;p=karo-tx-linux.git diff --git a/drivers/regulator/lp872x.c b/drivers/regulator/lp872x.c index f3bf80e56b1c..8e3c7ae0047f 100644 --- a/drivers/regulator/lp872x.c +++ b/drivers/regulator/lp872x.c @@ -871,7 +871,7 @@ err_dev: return ret; } -static int __devexit lp872x_remove(struct i2c_client *cl) +static int lp872x_remove(struct i2c_client *cl) { struct lp872x *lp = i2c_get_clientdata(cl); @@ -892,7 +892,7 @@ static struct i2c_driver lp872x_driver = { .owner = THIS_MODULE, }, .probe = lp872x_probe, - .remove = __devexit_p(lp872x_remove), + .remove = lp872x_remove, .id_table = lp872x_ids, };