From: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx> Cc: Venkatesh Pallipadi <venkatesh.pallipadi@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/cpuidle/governor.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/cpuidle/governor.c~cpuidle-add-rating-to-the-governors-and-pick-the-one-with-highest-rating-by-default-fix drivers/cpuidle/governor.c --- a/drivers/cpuidle/governor.c~cpuidle-add-rating-to-the-governors-and-pick-the-one-with-highest-rating-by-default-fix +++ a/drivers/cpuidle/governor.c @@ -147,7 +147,7 @@ EXPORT_SYMBOL_GPL(cpuidle_register_gover * @exclude_rating: the rating that will be skipped while looking for * new governor. */ -struct cpuidle_governor *cpuidle_replace_governor(int exclude_rating) +static struct cpuidle_governor *cpuidle_replace_governor(int exclude_rating) { struct cpuidle_governor *gov; struct cpuidle_governor *ret_gov = NULL; _ - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html