diff options
Diffstat (limited to 'drivers/regulator/ab3100.c')
| -rw-r--r-- | drivers/regulator/ab3100.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/regulator/ab3100.c b/drivers/regulator/ab3100.c index df4ad8927f0c..111ec69a3e94 100644 --- a/drivers/regulator/ab3100.c +++ b/drivers/regulator/ab3100.c | |||
| @@ -494,7 +494,7 @@ ab3100_regulator_desc[AB3100_NUM_REGULATORS] = { | |||
| 494 | * for all the different regulators. | 494 | * for all the different regulators. |
| 495 | */ | 495 | */ |
| 496 | 496 | ||
| 497 | static int __devinit ab3100_regulators_probe(struct platform_device *pdev) | 497 | static int ab3100_regulators_probe(struct platform_device *pdev) |
| 498 | { | 498 | { |
| 499 | struct ab3100_platform_data *plfdata = pdev->dev.platform_data; | 499 | struct ab3100_platform_data *plfdata = pdev->dev.platform_data; |
| 500 | struct regulator_config config = { }; | 500 | struct regulator_config config = { }; |
| @@ -571,7 +571,7 @@ static int __devinit ab3100_regulators_probe(struct platform_device *pdev) | |||
| 571 | return 0; | 571 | return 0; |
| 572 | } | 572 | } |
| 573 | 573 | ||
| 574 | static int __devexit ab3100_regulators_remove(struct platform_device *pdev) | 574 | static int ab3100_regulators_remove(struct platform_device *pdev) |
| 575 | { | 575 | { |
| 576 | int i; | 576 | int i; |
| 577 | 577 | ||
| @@ -589,7 +589,7 @@ static struct platform_driver ab3100_regulators_driver = { | |||
| 589 | .owner = THIS_MODULE, | 589 | .owner = THIS_MODULE, |
| 590 | }, | 590 | }, |
| 591 | .probe = ab3100_regulators_probe, | 591 | .probe = ab3100_regulators_probe, |
| 592 | .remove = __devexit_p(ab3100_regulators_remove), | 592 | .remove = ab3100_regulators_remove, |
| 593 | }; | 593 | }; |
| 594 | 594 | ||
| 595 | static __init int ab3100_regulators_init(void) | 595 | static __init int ab3100_regulators_init(void) |
