diff options
Diffstat (limited to 'drivers/regulator/twl-regulator.c')
-rw-r--r-- | drivers/regulator/twl-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/twl-regulator.c b/drivers/regulator/twl-regulator.c index 5f394bb8701..9729d760fb4 100644 --- a/drivers/regulator/twl-regulator.c +++ b/drivers/regulator/twl-regulator.c | |||
@@ -531,7 +531,7 @@ static struct twlreg_info twl_regs[] = { | |||
531 | TWL6030_FIXED_LDO(VUSB, 0x70, 3300, 18, 0, 0x21) | 531 | TWL6030_FIXED_LDO(VUSB, 0x70, 3300, 18, 0, 0x21) |
532 | }; | 532 | }; |
533 | 533 | ||
534 | static int twlreg_probe(struct platform_device *pdev) | 534 | static int __devinit twlreg_probe(struct platform_device *pdev) |
535 | { | 535 | { |
536 | int i; | 536 | int i; |
537 | struct twlreg_info *info; | 537 | struct twlreg_info *info; |