X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=drivers%2Fregulator%2Ftps62360-regulator.c;h=bd0f9f850b529189dcbc7bfd6b46e63f9b4af5af;hb=5eb9f2b96381ac3fa4a5910c37213c1cb62e9c65;hp=68729a7c8709fbcbc8e88e8cf99924afc2e69f18;hpb=43a60c1792b13eed49220af0e1344bf48e3a0677;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/drivers/regulator/tps62360-regulator.c b/drivers/regulator/tps62360-regulator.c index 68729a7c8709..bd0f9f850b52 100644 --- a/drivers/regulator/tps62360-regulator.c +++ b/drivers/regulator/tps62360-regulator.c @@ -531,7 +531,7 @@ static struct i2c_driver tps62360_i2c_driver = { .of_match_table = of_match_ptr(tps62360_of_match), }, .probe = tps62360_probe, - .remove = __devexit_p(tps62360_remove), + .remove = tps62360_remove, .shutdown = tps62360_shutdown, .id_table = tps62360_id, };