diff options
Diffstat (limited to 'drivers/regulator/da903x.c')
-rw-r--r-- | drivers/regulator/da903x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/da903x.c b/drivers/regulator/da903x.c index 43db3a510cbc..ab4a6d677280 100644 --- a/drivers/regulator/da903x.c +++ b/drivers/regulator/da903x.c | |||
@@ -460,7 +460,7 @@ static inline struct da903x_regulator_info *find_regulator_info(int id) | |||
460 | return NULL; | 460 | return NULL; |
461 | } | 461 | } |
462 | 462 | ||
463 | static int __devinit da903x_regulator_probe(struct platform_device *pdev) | 463 | static int da903x_regulator_probe(struct platform_device *pdev) |
464 | { | 464 | { |
465 | struct da903x_regulator_info *ri = NULL; | 465 | struct da903x_regulator_info *ri = NULL; |
466 | struct regulator_dev *rdev; | 466 | struct regulator_dev *rdev; |