[pxa] refresh 2.6.21 patches
[openwrt.git] / target / linux / pxa / patches-2.6.21 / 038-cpufreq-fixup.patch
1 --- a/drivers/cpufreq/cpufreq_ondemand.c
2 +++ b/drivers/cpufreq/cpufreq_ondemand.c
3 @@ -573,7 +573,7 @@ static int cpufreq_governor_dbs(struct c
4 return 0;
5 }
6
7 -static struct cpufreq_governor cpufreq_gov_dbs = {
8 +struct cpufreq_governor cpufreq_gov_dbs = {
9 .name = "ondemand",
10 .governor = cpufreq_governor_dbs,
11 .owner = THIS_MODULE,
12 --- a/drivers/cpufreq/cpufreq_conservative.c
13 +++ b/drivers/cpufreq/cpufreq_conservative.c
14 @@ -551,7 +551,7 @@ static int cpufreq_governor_dbs(struct c
15 return 0;
16 }
17
18 -static struct cpufreq_governor cpufreq_gov_dbs = {
19 +struct cpufreq_governor cpufreq_gov_dbs = {
20 .name = "conservative",
21 .governor = cpufreq_governor_dbs,
22 .owner = THIS_MODULE,
This page took 0.055513 seconds and 5 git commands to generate.