diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-17 23:28:23 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-17 23:28:23 +0100 |
commit | 0bac038a9eec00ac27f95ca0360954c0016fd859 (patch) | |
tree | 3c300d84e1a1ccaddf67942380e7d95208d4adb1 | |
parent | dell_rbu: use scnprintf() instead of less secure sprintf() (diff) | |
parent | move wm8400-regulator's probe function to .devinit.text (diff) | |
download | linux-0bac038a9eec00ac27f95ca0360954c0016fd859.tar.xz linux-0bac038a9eec00ac27f95ca0360954c0016fd859.zip |
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
-rw-r--r-- | drivers/regulator/wm8400-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/wm8400-regulator.c b/drivers/regulator/wm8400-regulator.c index 48b372e038a8..56e23d44ba59 100644 --- a/drivers/regulator/wm8400-regulator.c +++ b/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; |