summaryrefslogtreecommitdiff
path: root/sys/dev/vscsi.c
diff options
context:
space:
mode:
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;