summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/nvmevar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/nvmevar.h')
-rw-r--r--sys/dev/ic/nvmevar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/nvmevar.h b/sys/dev/ic/nvmevar.h
index fd1691d3664..08da0f7dbc3 100644
--- a/sys/dev/ic/nvmevar.h
+++ b/sys/dev/ic/nvmevar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nvmevar.h,v 1.16 2020/03/15 20:50:46 krw Exp $ */
+/* $OpenBSD: nvmevar.h,v 1.17 2020/07/11 20:06:04 krw Exp $ */
/*
* Copyright (c) 2014 David Gwynne <dlg@openbsd.org>
@@ -102,7 +102,6 @@ struct nvme_softc {
struct scsi_iopool sc_iopool;
struct scsi_link sc_link;
- struct scsibus_softc *sc_scsibus;
};
int nvme_attach(struct nvme_softc *);