summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-05-14 09:05:00 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-05-14 09:05:00 +0000
commit8588540876fe4a62fe0d0fb41e3d208126670b90 (patch)
treea3344eb5e09957c70ef018cf26bf92c714a7a074 /sys/dev/ic
parent59b77577013fecdf012bd99a07e5833307b02471 (diff)
Nuke more commons: ac97_id2, tinfo_t
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/aic6360var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic6360var.h b/sys/dev/ic/aic6360var.h
index de6aad861c2..c8deba51ded 100644
--- a/sys/dev/ic/aic6360var.h
+++ b/sys/dev/ic/aic6360var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: aic6360var.h,v 1.2 2002/03/14 01:26:54 millert Exp $ */
+/* $OpenBSD: aic6360var.h,v 1.3 2003/05/14 09:04:59 jason Exp $ */
/* $NetBSD: aic6360.c,v 1.52 1996/12/10 21:27:51 thorpej Exp $ */
/*
@@ -112,7 +112,7 @@ struct aic_tinfo {
u_char period; /* Period suggestion */
u_char offset; /* Offset suggestion */
u_char width; /* Width suggestion */
-} tinfo_t;
+};
struct aic_softc {
struct device sc_dev;