From 3cb5a22326b3de72a06c22a8bdef4f54e046be90 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 23 May 2009 21:32:30 +0200 Subject: [PATCH] ETRAX: Removed unused struct entry and fixed Windows build. "struct timeval last" caused a compilation error with mingw32 (missing header for struct timeval). It is unused, so it was possible to remove it. Acked-by: Edgar E. Iglesias Signed-off-by: Stefan Weil --- hw/etraxfs_timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/etraxfs_timer.c b/hw/etraxfs_timer.c index 793c5eb..79eceb8 100644 --- a/hw/etraxfs_timer.c +++ b/hw/etraxfs_timer.c @@ -52,7 +52,6 @@ struct etrax_timer { ptimer_state *ptimer_t0; ptimer_state *ptimer_t1; ptimer_state *ptimer_wd; - struct timeval last; int wd_hits; -- 1.7.9.5