[RFC][PATCH 8/8] Removal of dead code from arch/h8300/kernel/time.c

From: N.P.S.
Date: Fri Oct 22 2010 - 14:31:35 EST


commit df836d3ba767abc31e96ba95db318f4d023d9023
Author: N.P.S <napohybelskurwysynom2010@xxxxxxxxx>
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@xxxxxxxxx>
CC: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx>
CC: <linux-kernel@xxxxxxxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/