diff options
-rw-r--r-- | sys/dev/tc/tcdsvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/tc/tcdsvar.h b/sys/dev/tc/tcdsvar.h index b5d7a5c8125..261bcae1546 100644 --- a/sys/dev/tc/tcdsvar.h +++ b/sys/dev/tc/tcdsvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tcdsvar.h,v 1.2 2004/06/28 02:28:43 aaron Exp $ */ +/* $OpenBSD: tcdsvar.h,v 1.3 2006/03/13 22:36:06 miod Exp $ */ /* $NetBSD: tcdsvar.h,v 1.2 2001/08/22 05:00:27 nisimura Exp $ */ /* @@ -40,7 +40,6 @@ struct tcds_slotconfig { int (*sc_intrhand)(void *); /* intr. handler */ void *sc_intrarg; /* intr. handler arg. */ struct evcount sc_count; /* intr. count */ - char sc_name[8]; /* ev_name */ /* * Sets of bits in TCDS CIR and IMER that enable/check |