Skip to content

Commit

Permalink
Merge branch 'cpuidle/3.13-fixes' of git://git.linaro.org/people/dani…
Browse files Browse the repository at this point in the history
…el.lezcano/linux into pm-cpuidle

Pull ARM cpuidle fixes for v3.13 from Daniel Lezcano.

* 'cpuidle/3.13-fixes' of git://git.linaro.org/people/daniel.lezcano/linux:
  ARM/cpuidle: remove __init tag from Calxeda cpuidle probe function
  • Loading branch information
Rafael J. Wysocki committed Dec 31, 2013
2 parents 802eee9 + 5781532 commit 3308d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpuidle/cpuidle-calxeda.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static struct cpuidle_driver calxeda_idle_driver = {
.state_count = 2,
};

static int __init calxeda_cpuidle_probe(struct platform_device *pdev)
static int calxeda_cpuidle_probe(struct platform_device *pdev)
{
return cpuidle_register(&calxeda_idle_driver, NULL);
}
Expand Down

0 comments on commit 3308d53

Please sign in to comment.