Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1735
b: refs/heads/master
c: 7f335d4
h: refs/heads/master
i:
  1733: fde2c74
  1731: 644c3b9
  1727: b1ba0d3
v: v3
  • Loading branch information
Dave Jones committed Jun 1, 2005
1 parent d1ea313 commit cd2047f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5d28fb297efaa97c4b90e36f9dff3066e7f2778
refs/heads/master: 7f335d4ef2d50a693fad70b8fa053d0382f4a45c
3 changes: 1 addition & 2 deletions trunk/drivers/cpufreq/cpufreq_ondemand.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,11 @@ static int cpufreq_governor_dbs(struct cpufreq_policy *policy,
return 0;
}

struct cpufreq_governor cpufreq_gov_dbs = {
static struct cpufreq_governor cpufreq_gov_dbs = {
.name = "ondemand",
.governor = cpufreq_governor_dbs,
.owner = THIS_MODULE,
};
EXPORT_SYMBOL(cpufreq_gov_dbs);

static int __init cpufreq_gov_dbs_init(void)
{
Expand Down

0 comments on commit cd2047f

Please sign in to comment.