Commit 0bac038a9eec00ac27f95ca0360954c0016fd859

Authored by Linus Torvalds

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

Showing 1 changed file Side-by-side Diff

drivers/regulator/wm8400-regulator.c
... ... @@ -289,7 +289,7 @@
289 289 },
290 290 };
291 291  
292   -static int __init wm8400_regulator_probe(struct platform_device *pdev)
  292 +static int __devinit wm8400_regulator_probe(struct platform_device *pdev)
293 293 {
294 294 struct regulator_dev *rdev;
295 295