Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350737
b: refs/heads/master
c: 85a1819
h: refs/heads/master
i:
  350735: 4db73c3
v: v3
  • Loading branch information
Prashant Gaikwad authored and Mike Turquette committed Jan 24, 2013
1 parent 160d30a commit e03a63b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 55 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: f2f6c2556dcc432e50003bc8fa4d62d95906f149
refs/heads/master: 85a181986c9cf8bbd2c4f2fb6f2add7ac5db1f76
30 changes: 0 additions & 30 deletions trunk/drivers/clk/clk-sunxi.c

This file was deleted.

4 changes: 2 additions & 2 deletions trunk/drivers/clocksource/sunxi_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <linux/of_address.h>
#include <linux/of_irq.h>
#include <linux/sunxi_timer.h>
#include <linux/clk/sunxi.h>
#include <linux/clk-provider.h>

#define TIMER_CTL_REG 0x00
#define TIMER_CTL_ENABLE (1 << 0)
Expand Down Expand Up @@ -124,7 +124,7 @@ static void __init sunxi_timer_init(void)
if (irq <= 0)
panic("Can't parse IRQ");

sunxi_init_clocks();
of_clk_init(NULL);

clk = of_clk_get(node, 0);
if (IS_ERR(clk))
Expand Down
22 changes: 0 additions & 22 deletions trunk/include/linux/clk/sunxi.h

This file was deleted.

0 comments on commit e03a63b

Please sign in to comment.