Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313111
b: refs/heads/master
c: 0da4718
h: refs/heads/master
i:
  313109: fc84cb4
  313107: 1c66de7
  313103: 70fb3d6
v: v3
  • Loading branch information
Alexander Shiyan authored and Arnd Bergmann committed Jul 17, 2012
1 parent 075b7ae commit 6e1aeb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 3785d2d0f298ed7aaa7acbd76020be2d66827077
refs/heads/master: 0da47184eafe0eb3ddb1340a70f8a150b477b6a0
6 changes: 0 additions & 6 deletions trunk/arch/arm/mach-clps711x/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/sched.h>
#include <linux/timex.h>

#include <asm/sizes.h>
#include <mach/hardware.h>
Expand Down Expand Up @@ -188,7 +187,6 @@ static struct irqaction clps711x_timer_irq = {

static void __init clps711x_timer_init(void)
{
struct timespec tv;
unsigned int syscon;

syscon = clps_readl(SYSCON1);
Expand All @@ -198,10 +196,6 @@ static void __init clps711x_timer_init(void)
clps_writel(LATCH-1, TC2D); /* 512kHz / 100Hz - 1 */

setup_irq(IRQ_TC2OI, &clps711x_timer_irq);

tv.tv_nsec = 0;
tv.tv_sec = clps_readl(RTCDR);
do_settimeofday(&tv);
}

struct sys_timer clps711x_timer = {
Expand Down

0 comments on commit 6e1aeb1

Please sign in to comment.