diff options
Diffstat (limited to 'drivers/regulator/tps6507x-regulator.c')
-rw-r--r-- | drivers/regulator/tps6507x-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps6507x-regulator.c b/drivers/regulator/tps6507x-regulator.c index 07d01ccdf308..c953e8f54076 100644 --- a/drivers/regulator/tps6507x-regulator.c +++ b/drivers/regulator/tps6507x-regulator.c | |||
@@ -456,7 +456,7 @@ static struct platform_driver tps6507x_pmic_driver = { | |||
456 | .owner = THIS_MODULE, | 456 | .owner = THIS_MODULE, |
457 | }, | 457 | }, |
458 | .probe = tps6507x_pmic_probe, | 458 | .probe = tps6507x_pmic_probe, |
459 | .remove = __devexit_p(tps6507x_pmic_remove), | 459 | .remove = tps6507x_pmic_remove, |
460 | }; | 460 | }; |
461 | 461 | ||
462 | static int __init tps6507x_pmic_init(void) | 462 | static int __init tps6507x_pmic_init(void) |