Skip to content

Commit 0bac038

Browse files
committed
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
2 parents 8115692 + 5dbdf73 commit 0bac038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/wm8400-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ static struct regulator_desc regulators[] = {
289289
},
290290
};
291291

292-
static int __init wm8400_regulator_probe(struct platform_device *pdev)
292+
static int __devinit wm8400_regulator_probe(struct platform_device *pdev)
293293
{
294294
struct regulator_dev *rdev;
295295

0 commit comments

Comments
 (0)