Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336718
b: refs/heads/master
c: 5542721
h: refs/heads/master
v: v3
  • Loading branch information
Tushar Behera authored and Rafael J. Wysocki committed Nov 21, 2012
1 parent d08157f commit 0472674
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: fd06a20852e145b2b96c7c6b655fcb9f23ac4e00
refs/heads/master: 5542721a337f3fcfa0585c915827dc391f36fd28
4 changes: 2 additions & 2 deletions trunk/drivers/cpufreq/exynos-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ static unsigned int locking_frequency;
static bool frequency_locked;
static DEFINE_MUTEX(cpufreq_lock);

int exynos_verify_speed(struct cpufreq_policy *policy)
static int exynos_verify_speed(struct cpufreq_policy *policy)
{
return cpufreq_frequency_table_verify(policy,
exynos_info->freq_table);
}

unsigned int exynos_getspeed(unsigned int cpu)
static unsigned int exynos_getspeed(unsigned int cpu)
{
return clk_get_rate(exynos_info->cpu_clk) / 1000;
}
Expand Down

0 comments on commit 0472674

Please sign in to comment.