[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4CC1D710.1040704@gmail.com>
Date: Fri, 22 Oct 2010 20:25:20 +0200
From: "N.P.S." <napohybelskurwysynom2010@...il.com>
To: linux-kernel@...r.kernel.org,
Yoshinori Sato <ysato@...rs.sourceforge.jp>
Subject: [RFC][PATCH 8/8] Removal of dead code from arch/h8300/kernel/time.c
commit df836d3ba767abc31e96ba95db318f4d023d9023
Author: N.P.S <napohybelskurwysynom2010@...il.com>
Date: Thu Oct 21 23:11:58 2010 +0200
Removal of dead code from arch/h8300/kernel/time.c
Signed-off-by: Zimny Lech <napohybelskurwysynom2010@...il.com>
CC: Yoshinori Sato <ysato@...rs.sourceforge.jp>
CC: <linux-kernel@...r.kernel.org>
diff --git a/arch/h8300/kernel/time.c b/arch/h8300/kernel/time.c
index 165005a..ebc3de3 100644
--- a/arch/h8300/kernel/time.c
+++ b/arch/h8300/kernel/time.c
@@ -51,9 +51,6 @@ void read_persistent_clock(struct timespec *ts)
year = 1980;
mon = day = 1;
hour = min = sec = 0;
-#ifdef CONFIG_H8300_GETTOD
- h8300_gettod (&year, &mon, &day, &hour, &min, &sec);
-#endif
if ((year += 1900) < 1970)
year += 100;
ts->tv_sec = mktime(year, mon, day, hour, min, sec);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists