summaryrefslogtreecommitdiff
path: root/sys/dev/vscsi.c
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2020-07-22 13:16:06 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2020-07-22 13:16:06 +0000
commitc589064b89c824ccb7a03192ad98155660f458b6 (patch)
tree7fec8488be347306b66d2ac8f28e33badd97e7da /sys/dev/vscsi.c
parent0cad2b7986f1efdf668b4d61fb12d2770a16adb3 (diff)
Nuke unused struct scsi_link members of adapter softc's where the
driver successfully compiles on one or more of amd64, i386, hppa.
Diffstat (limited to 'sys/dev/vscsi.c')
-rw-r--r--sys/dev/vscsi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vscsi.c b/sys/dev/vscsi.c
index 5b8faa11a0d..a98519e72c2 100644
--- a/sys/dev/vscsi.c
+++ b/sys/dev/vscsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vscsi.c,v 1.55 2020/07/20 14:41:12 krw Exp $ */
+/* $OpenBSD: vscsi.c,v 1.56 2020/07/22 13:16:04 krw Exp $ */
/*
* Copyright (c) 2008 David Gwynne <dlg@openbsd.org>
@@ -56,7 +56,6 @@ enum vscsi_state {
struct vscsi_softc {
struct device sc_dev;
- struct scsi_link sc_link;
struct scsibus_softc *sc_scsibus;
struct mutex sc_state_mtx;