Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258590
b: refs/heads/master
c: 133de12
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Dave Jones committed Jul 13, 2011
1 parent d188572 commit d11cf91
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2f0d6f20ec4cc157ba092e008ed20a99590142c4
refs/heads/master: 133de1211982bd2ba9ab401f7a73d25d052ccd61
4 changes: 2 additions & 2 deletions trunk/drivers/cpufreq/s5pv210-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@ static void s5pv210_set_refresh(enum s5pv210_dmc_port ch, unsigned long freq)
__raw_writel(tmp1, reg);
}

int s5pv210_verify_speed(struct cpufreq_policy *policy)
static int s5pv210_verify_speed(struct cpufreq_policy *policy)
{
if (policy->cpu)
return -EINVAL;

return cpufreq_frequency_table_verify(policy, s5pv210_freq_table);
}

unsigned int s5pv210_getspeed(unsigned int cpu)
static unsigned int s5pv210_getspeed(unsigned int cpu)
{
if (cpu)
return 0;
Expand Down

0 comments on commit d11cf91

Please sign in to comment.