Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176013
b: refs/heads/master
c: 9074e14
h: refs/heads/master
i:
  176011: 87c4c86
v: v3
  • Loading branch information
Russell King committed Dec 13, 2009
1 parent 5e0ca41 commit d7ee0e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 1937f5b91833e2e8e53bcc821fc7a5fbe6ccb9b5
refs/heads/master: 9074e144c10cba5d6bb6b326a8be5347d38e4473
8 changes: 0 additions & 8 deletions trunk/arch/arm/mach-lh7a40x/clocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* version 2 as published by the Free Software Foundation.
*
*/

#include <linux/cpufreq.h>
#include <mach/hardware.h>
#include <mach/clocks.h>
#include <linux/err.h>
Expand All @@ -31,12 +29,6 @@ struct clk {
#define HCLKDIV(c) (((c) >> 0) & 0x02)
#define PCLKDIV(c) (((c) >> 16) & 0x03)

unsigned int cpufreq_get (unsigned int cpu) /* in kHz */
{
return fclkfreq_get ()/1000;
}
EXPORT_SYMBOL(cpufreq_get);

unsigned int fclkfreq_get (void)
{
unsigned int clkset = CSC_CLKSET;
Expand Down

0 comments on commit d7ee0e4

Please sign in to comment.