diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-06-02 06:26:16 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-06-02 06:26:16 +0000 |
commit | adcc20dcf0a2ad1590aefe48063e263e9d543ead (patch) | |
tree | 6a14fac75f34affcc0493f0fe49958c277fe4981 /sys/dev/ic/aic6360var.h | |
parent | 2126588ba87084fb78a6afe1129e085148bb1157 (diff) |
ditch unused struct isadev and in turn the isavar.h include
Diffstat (limited to 'sys/dev/ic/aic6360var.h')
-rw-r--r-- | sys/dev/ic/aic6360var.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/aic6360var.h b/sys/dev/ic/aic6360var.h index e93cc94e3ea..7522c88cfdc 100644 --- a/sys/dev/ic/aic6360var.h +++ b/sys/dev/ic/aic6360var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic6360var.h,v 1.4 2006/05/23 20:42:21 miod Exp $ */ +/* $OpenBSD: aic6360var.h,v 1.5 2006/06/02 06:26:15 martin Exp $ */ /* $NetBSD: aic6360.c,v 1.52 1996/12/10 21:27:51 thorpej Exp $ */ /* @@ -118,7 +118,6 @@ struct aic_tinfo { struct aic_softc { struct device sc_dev; - struct isadev sc_id; void *sc_ih; bus_space_tag_t sc_iot; |