From 6e1aeb1b85bd5528cef98283f404e858a1e75143 Mon Sep 17 00:00:00 2001 From: Alexander Shiyan Date: Mon, 16 Jul 2012 22:21:47 +0400 Subject: [PATCH] --- yaml --- r: 313111 b: refs/heads/master c: 0da47184eafe0eb3ddb1340a70f8a150b477b6a0 h: refs/heads/master i: 313109: fc84cb4a72386e6b9d5d04424790c34fbbaab519 313107: 1c66de75e1c890577e13a136b46004fa00a67910 313103: 70fb3d6cae0b8aeaae13258a97f0504d105a1ae6 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-clps711x/common.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 4011cd4fc3cb..d48679a06d82 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3785d2d0f298ed7aaa7acbd76020be2d66827077 +refs/heads/master: 0da47184eafe0eb3ddb1340a70f8a150b477b6a0 diff --git a/trunk/arch/arm/mach-clps711x/common.c b/trunk/arch/arm/mach-clps711x/common.c index c965fd8eb31a..f15293bd7974 100644 --- a/trunk/arch/arm/mach-clps711x/common.c +++ b/trunk/arch/arm/mach-clps711x/common.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include @@ -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); @@ -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 = {