浏览代码

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>
Dmitry Torokhov 15 年之前
父节点
当前提交
24c29020ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/regulator/twl-regulator.c

+ 1 - 1
drivers/regulator/twl-regulator.c

@@ -531,7 +531,7 @@ static struct twlreg_info twl_regs[] = {
 	TWL6030_FIXED_LDO(VUSB, 0x70, 3300, 18, 0, 0x21)
 };
 
-static int twlreg_probe(struct platform_device *pdev)
+static int __devinit twlreg_probe(struct platform_device *pdev)
 {
 	int				i;
 	struct twlreg_info		*info;