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

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