diff options
Diffstat (limited to 'drivers/regulator/rc5t583-regulator.c')
-rw-r--r-- | drivers/regulator/rc5t583-regulator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/rc5t583-regulator.c b/drivers/regulator/rc5t583-regulator.c index 8bf4e8c9de9a..7f83f3345405 100644 --- a/drivers/regulator/rc5t583-regulator.c +++ b/drivers/regulator/rc5t583-regulator.c | |||
@@ -119,7 +119,7 @@ static struct rc5t583_regulator_info rc5t583_reg_info[RC5T583_REGULATOR_MAX] = { | |||
119 | RC5T583_REG(LDO9, LDOEN1, 1, LDODIS1, 1, 0x7F, 900, 3400, 25000, 133), | 119 | RC5T583_REG(LDO9, LDOEN1, 1, LDODIS1, 1, 0x7F, 900, 3400, 25000, 133), |
120 | }; | 120 | }; |
121 | 121 | ||
122 | static int __devinit rc5t583_regulator_probe(struct platform_device *pdev) | 122 | static int rc5t583_regulator_probe(struct platform_device *pdev) |
123 | { | 123 | { |
124 | struct rc5t583 *rc5t583 = dev_get_drvdata(pdev->dev.parent); | 124 | struct rc5t583 *rc5t583 = dev_get_drvdata(pdev->dev.parent); |
125 | struct rc5t583_platform_data *pdata = dev_get_platdata(rc5t583->dev); | 125 | struct rc5t583_platform_data *pdata = dev_get_platdata(rc5t583->dev); |
@@ -214,7 +214,7 @@ static struct platform_driver rc5t583_regulator_driver = { | |||
214 | .owner = THIS_MODULE, | 214 | .owner = THIS_MODULE, |
215 | }, | 215 | }, |
216 | .probe = rc5t583_regulator_probe, | 216 | .probe = rc5t583_regulator_probe, |
217 | .remove = __devexit_p(rc5t583_regulator_remove), | 217 | .remove = rc5t583_regulator_remove, |
218 | }; | 218 | }; |
219 | 219 | ||
220 | static int __init rc5t583_regulator_init(void) | 220 | static int __init rc5t583_regulator_init(void) |