Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97286
b: refs/heads/master
c: b851cb2
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 22, 2008
1 parent 17cdcbb commit 2e12375
Show file tree
Hide file tree
Showing 3 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: 90239bbd598c6a0fc7f2c7352e9886bd3be968d0
refs/heads/master: b851cb289d905ea04e5f0b518bf3f28407a72118
1 change: 1 addition & 0 deletions trunk/arch/arm/plat-omap/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/clk.h>
#include <linux/mutex.h>
#include <linux/platform_device.h>
#include <linux/cpufreq.h>

#include <asm/io.h>

Expand Down
5 changes: 5 additions & 0 deletions trunk/include/asm-arm/arch-omap/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ struct clk {
#endif
};

struct cpufreq_frequency_table;

struct clk_functions {
int (*clk_enable)(struct clk *clk);
void (*clk_disable)(struct clk *clk);
Expand All @@ -83,6 +85,9 @@ struct clk_functions {
void (*clk_allow_idle)(struct clk *clk);
void (*clk_deny_idle)(struct clk *clk);
void (*clk_disable_unused)(struct clk *clk);
#ifdef CONFIG_CPU_FREQ
void (*clk_init_cpufreq_table)(struct cpufreq_frequency_table **);
#endif
};

extern unsigned int mpurate;
Expand Down

0 comments on commit 2e12375

Please sign in to comment.