diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-21 16:36:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-21 16:36:38 +0000 |
commit | ea6d83f002e29a33dfb8c5ff07bfd1f5312893a0 (patch) | |
tree | 366808c4a94ac279260e8fe301acddd4fe04f078 /packages/linux/linux-2.6.21/cpufreq-fixup.patch | |
parent | 3786a532d9a55b93434bef6d8e20f26f45e30140 (diff) |
linux 2.6.21: add gumstix support
Diffstat (limited to 'packages/linux/linux-2.6.21/cpufreq-fixup.patch')
-rw-r--r-- | packages/linux/linux-2.6.21/cpufreq-fixup.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/linux/linux-2.6.21/cpufreq-fixup.patch b/packages/linux/linux-2.6.21/cpufreq-fixup.patch new file mode 100644 index 0000000000..8a64098167 --- /dev/null +++ b/packages/linux/linux-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, |