diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-02-15 16:51:52 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-02-15 16:51:52 +0000 |
commit | 5cc9834638b028694beef90531848a91c60138f5 (patch) | |
tree | 27c60bcbe77153d169cfef67694d8472a56040fa /packages/linux/gumstix-kernel-2.6.21/cpufreq-fixup.patch | |
parent | 9dc54cff61a3ff2b57d758f81c34b20cea402df9 (diff) | |
parent | ef2f7fcdc44e806b13a199eb6ceff86ca4bcdeb5 (diff) |
merge of '071b4d95ed825891fde667a4723e579ea0bba105'
and '932ef509383c7f695dd4e96f7c37401a0553965a'
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.patch | 26 |
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, |