瀏覽代碼

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6:
  move wm8400-regulator's probe function to .devinit.text
Linus Torvalds 16 年之前
父節點
當前提交
0bac038a9e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/regulator/wm8400-regulator.c

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

@@ -289,7 +289,7 @@ static struct regulator_desc regulators[] = {
 	},
 };
 
-static int __init wm8400_regulator_probe(struct platform_device *pdev)
+static int __devinit wm8400_regulator_probe(struct platform_device *pdev)
 {
 	struct regulator_dev *rdev;