Skip to content

Commit

Permalink
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
Browse files Browse the repository at this point in the history
…/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
  • Loading branch information
torvalds committed Jan 17, 2009
2 parents 8115692 + 5dbdf73 commit 0bac038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/wm8400-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0bac038

Please sign in to comment.