summaryrefslogtreecommitdiff
path: root/sys/scsi/scsiconf.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2019-08-18 00:58:55 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2019-08-18 00:58:55 +0000
commit2184f9b2763511968645631dbac6a8e7ab86574a (patch)
tree6cf4c2e8e6cfbcf6b9adb33bec43bc523f60ce01 /sys/scsi/scsiconf.h
parentd0b1432d060658640533323842e5f657d9030510 (diff)
sc_buswidth field in struct scsi_link is redundant. Just use
adapter_link->adapter_buswidth, which supplied the value for sc_buswidth and is never changed.
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r--sys/scsi/scsiconf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index 6da37df997e..3b198a9c2cd 100644
--- a/sys/scsi/scsiconf.h
+++ b/sys/scsi/scsiconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsiconf.h,v 1.167 2019/08/14 21:02:02 krw Exp $ */
+/* $OpenBSD: scsiconf.h,v 1.168 2019/08/18 00:58:54 krw Exp $ */
/* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */
/*
@@ -376,7 +376,6 @@ struct scsibus_softc {
struct device sc_dev;
struct scsi_link *adapter_link; /* prototype supplied by adapter */
SLIST_HEAD(, scsi_link) sc_link_list;
- u_int16_t sc_buswidth;
};
/*