ETRAX: Removed unused struct entry and fixed Windows build.
authorStefan Weil <weil@mail.berlios.de>
Sat, 23 May 2009 19:32:30 +0000 (21:32 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sat, 23 May 2009 19:43:40 +0000 (21:43 +0200)
commit3cb5a22326b3de72a06c22a8bdef4f54e046be90
tree9bf18ac10b0a14f2d7b85543ea3af3d64a28de05
parent02e2da45c4601909d5105838323d5c529ec7010b
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>
hw/etraxfs_timer.c