mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
incomplete Gumstix support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10955 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
26
target/linux/pxa/patches-2.6.21/038-cpufreq-fixup.patch
Normal file
26
target/linux/pxa/patches-2.6.21/038-cpufreq-fixup.patch
Normal file
@@ -0,0 +1,26 @@
|
||||
Index: linux-2.6.21gum/drivers/cpufreq/cpufreq_ondemand.c
|
||||
===================================================================
|
||||
--- linux-2.6.21gum.orig/drivers/cpufreq/cpufreq_ondemand.c
|
||||
+++ linux-2.6.21gum/drivers/cpufreq/cpufreq_ondemand.c
|
||||
@@ -573,7 +573,7 @@ static int cpufreq_governor_dbs(struct c
|
||||
return 0;
|
||||
}
|
||||
|
||||
-static struct cpufreq_governor cpufreq_gov_dbs = {
|
||||
+struct cpufreq_governor cpufreq_gov_dbs = {
|
||||
.name = "ondemand",
|
||||
.governor = cpufreq_governor_dbs,
|
||||
.owner = THIS_MODULE,
|
||||
Index: linux-2.6.21gum/drivers/cpufreq/cpufreq_conservative.c
|
||||
===================================================================
|
||||
--- linux-2.6.21gum.orig/drivers/cpufreq/cpufreq_conservative.c
|
||||
+++ linux-2.6.21gum/drivers/cpufreq/cpufreq_conservative.c
|
||||
@@ -551,7 +551,7 @@ static int cpufreq_governor_dbs(struct c
|
||||
return 0;
|
||||
}
|
||||
|
||||
-static struct cpufreq_governor cpufreq_gov_dbs = {
|
||||
+struct cpufreq_governor cpufreq_gov_dbs = {
|
||||
.name = "conservative",
|
||||
.governor = cpufreq_governor_dbs,
|
||||
.owner = THIS_MODULE,
|
||||
Reference in New Issue
Block a user