Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260372
b: refs/heads/master
c: 744120a
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin authored and Ralf Baechle committed Jul 20, 2011
1 parent 288658b commit 899d9af
Show file tree
Hide file tree
Showing 2 changed files with 14 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: de8839728742a1745370b643f3ac771126dff12f
refs/heads/master: 744120aadd60bc64a79b49681786b5e217dafbc1
13 changes: 13 additions & 0 deletions trunk/arch/mips/lantiq/clk.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@ void clk_put(struct clk *clk)
}
EXPORT_SYMBOL(clk_put);

int clk_enable(struct clk *clk)
{
/* not used */
return 0;
}
EXPORT_SYMBOL(clk_enable);

void clk_disable(struct clk *clk)
{
/* not used */
}
EXPORT_SYMBOL(clk_disable);

static inline u32 ltq_get_counter_resolution(void)
{
u32 res;
Expand Down

0 comments on commit 899d9af

Please sign in to comment.