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 | |
parent | 2126588ba87084fb78a6afe1129e085148bb1157 (diff) |
ditch unused struct isadev and in turn the isavar.h include
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/aic6360var.h | 3 | ||||
-rw-r--r-- | sys/dev/pcmcia/aic_pcmcia.c | 4 |
2 files changed, 2 insertions, 5 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; diff --git a/sys/dev/pcmcia/aic_pcmcia.c b/sys/dev/pcmcia/aic_pcmcia.c index 39adae6ae6f..af33de81eeb 100644 --- a/sys/dev/pcmcia/aic_pcmcia.c +++ b/sys/dev/pcmcia/aic_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic_pcmcia.c,v 1.13 2006/04/20 20:31:13 miod Exp $ */ +/* $OpenBSD: aic_pcmcia.c,v 1.14 2006/06/02 06:26:15 martin Exp $ */ /* $NetBSD: aic_pcmcia.c,v 1.6 1998/07/19 17:28:15 christos Exp $ */ /* @@ -42,8 +42,6 @@ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> -#include <dev/isa/isavar.h> - #include <dev/ic/aic6360var.h> #include <dev/pcmcia/pcmciareg.h> |