diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-02-24 02:38:01 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-03-03 09:49:27 -0500 |
commit | 24c29020bac8a35729e1f58270b3622abc2941a2 (patch) | |
tree | 412aa0bd7ee59073451a3006a7122d9ac7355fb2 /drivers/regulator/twl-regulator.c | |
parent | 8ab3343dc61552cb8ad653e1013b1853cea9bea6 (diff) |
Regulators: twl-regulator - mark probe function as __devinit
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 5f394bb8701f..9729d760fb4d 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; |