diff options
Diffstat (limited to 'sys/dev/ic/cyreg.h')
-rw-r--r-- | sys/dev/ic/cyreg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/cyreg.h b/sys/dev/ic/cyreg.h index 06261319bc6..a364c8a8610 100644 --- a/sys/dev/ic/cyreg.h +++ b/sys/dev/ic/cyreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cyreg.h,v 1.4 2001/02/03 06:33:37 mickey Exp $ */ +/* $OpenBSD: cyreg.h,v 1.5 2001/03/25 11:54:00 art Exp $ */ /* $FreeBSD: cyreg.h,v 1.1 1995/07/05 12:15:51 bde Exp $ */ /*- @@ -162,7 +162,6 @@ struct cy_port { struct cy_softc { struct device sc_dev; void *sc_ih; - struct timeout sc_tmo; bus_space_tag_t sc_memt; bus_space_handle_t sc_memh; int sc_bustype; |