X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fpower%2Flp8727_charger.c;h=4ee71a90e2483f90a32cc2857a0b95833d7cffb8;hb=1383923d1985cef2bceb8128094fbe5e05de7435;hp=c628224b7f58788b94df718fb087c1b56e5a03ed;hpb=818b930bc15077fc00ff16bb22c5df1857f05afa;p=~andy%2Flinux diff --git a/drivers/power/lp8727_charger.c b/drivers/power/lp8727_charger.c index c628224b7f5..4ee71a90e24 100644 --- a/drivers/power/lp8727_charger.c +++ b/drivers/power/lp8727_charger.c @@ -522,7 +522,7 @@ static int lp8727_probe(struct i2c_client *cl, const struct i2c_device_id *id) return 0; } -static int __devexit lp8727_remove(struct i2c_client *cl) +static int lp8727_remove(struct i2c_client *cl) { struct lp8727_chg *pchg = i2c_get_clientdata(cl); @@ -542,7 +542,7 @@ static struct i2c_driver lp8727_driver = { .name = "lp8727", }, .probe = lp8727_probe, - .remove = __devexit_p(lp8727_remove), + .remove = lp8727_remove, .id_table = lp8727_ids, }; module_i2c_driver(lp8727_driver);