Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297804
b: refs/heads/master
c: 3cbb08a
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jan 27, 2012
1 parent e0863c9 commit acf27b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a565cf07fa1be0a6d5cf30e87ee2d204e9753d3
refs/heads/master: 3cbb08ae2e6c98f8a73d7319c959e81ca3c54c11
6 changes: 6 additions & 0 deletions trunk/arch/sh/kernel/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ static int sh_cpufreq_cpu_exit(struct cpufreq_policy *policy)
return 0;
}

static struct freq_attr *sh_freq_attr[] = {
&cpufreq_freq_attr_scaling_available_freqs,
NULL,
};

static struct cpufreq_driver sh_cpufreq_driver = {
.owner = THIS_MODULE,
.name = "sh",
Expand All @@ -174,6 +179,7 @@ static struct cpufreq_driver sh_cpufreq_driver = {
.verify = sh_cpufreq_verify,
.init = sh_cpufreq_cpu_init,
.exit = sh_cpufreq_cpu_exit,
.attr = sh_freq_attr,
};

static int __init sh_cpufreq_module_init(void)
Expand Down

0 comments on commit acf27b7

Please sign in to comment.