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 <edgar.iglesias@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
master
Stefan Weil 2009-05-23 21:32:30 +02:00 committed by Edgar E. Iglesias
parent 02e2da45c4
commit 3cb5a22326
1 changed files with 0 additions and 1 deletions

View File

@ -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;