summaryrefslogtreecommitdiff
path: root/packages/linux/gumstix-kernel-2.6.21/cpufreq-fixup.patch
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-02-16 15:09:09 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-02-16 15:09:09 +0000
commitbb9bbef24b7680a453a01643f0cee659cf32dbd3 (patch)
tree7a0123ee49cd4fb648e38ab14100503750bce765 /packages/linux/gumstix-kernel-2.6.21/cpufreq-fixup.patch
parent8af665768f69f7bc46c9912d849fd59f8bef0a5d (diff)
parent4e742a9df221b673cd5cd74affd9d4382cd26c8c (diff)
merge of '1821f6eadefc14ad7ce51d5ab026da139608f557'
and 'b214e193f52c5b76dce3027376c5bd7eafce9971'
Diffstat (limited to 'packages/linux/gumstix-kernel-2.6.21/cpufreq-fixup.patch')
-rw-r--r--packages/linux/gumstix-kernel-2.6.21/cpufreq-fixup.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/linux/gumstix-kernel-2.6.21/cpufreq-fixup.patch b/packages/linux/gumstix-kernel-2.6.21/cpufreq-fixup.patch
new file mode 100644
index 0000000000..8a64098167
--- /dev/null
+++ b/packages/linux/gumstix-kernel-2.6.21/cpufreq-fixup.patch
@@ -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,