diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-13 22:36:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-03-13 22:36:07 +0000 |
commit | c11b9a88bd7d5756820af7efbea8daf4b6a3b94f (patch) | |
tree | 17f703af61e4639521965249d1e8071a69596364 /sys/dev/tc/tcdsvar.h | |
parent | 98884565b10691bf36c47542378551f18b924684 (diff) |
Remove unused softc member.
Diffstat (limited to 'sys/dev/tc/tcdsvar.h')
-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 |