X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fregulator%2Ftps6105x-regulator.c;h=ec9453ffb77fd561ec1c2d6c3591b7302bc16b5f;hb=ddc5cdf161bce3d5191e7e8b84b7af5ad621a531;hp=f8c0c9273399811774a3193b14979b267fc0da7b;hpb=ce6dd5da9dfcf9232df09d8d486cd6ed25e29cdc;p=~andy%2Flinux diff --git a/drivers/regulator/tps6105x-regulator.c b/drivers/regulator/tps6105x-regulator.c index f8c0c927339..ec9453ffb77 100644 --- a/drivers/regulator/tps6105x-regulator.c +++ b/drivers/regulator/tps6105x-regulator.c @@ -159,7 +159,7 @@ static int tps6105x_regulator_probe(struct platform_device *pdev) return 0; } -static int __devexit tps6105x_regulator_remove(struct platform_device *pdev) +static int tps6105x_regulator_remove(struct platform_device *pdev) { struct tps6105x *tps6105x = dev_get_platdata(&pdev->dev); regulator_unregister(tps6105x->regulator);