diff options
author | 2020-07-22 13:16:04 +0000 | |
---|---|---|
committer | 2020-07-22 13:16:04 +0000 | |
commit | 7380a3a4a351f983b5d3883fb573b3d8305f20b9 (patch) | |
tree | d5c649021d73b00f85cbacb5b351cebac1fbbd01 /sys/dev/pci/qle.c | |
parent | Remove debugging printf in critical section. This doesn't play well with (diff) | |
download | wireguard-openbsd-7380a3a4a351f983b5d3883fb573b3d8305f20b9.tar.xz wireguard-openbsd-7380a3a4a351f983b5d3883fb573b3d8305f20b9.zip |
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/pci/qle.c')
-rw-r--r-- | sys/dev/pci/qle.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/qle.c b/sys/dev/pci/qle.c index e39f6dd3cc6..cee23004f65 100644 --- a/sys/dev/pci/qle.c +++ b/sys/dev/pci/qle.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qle.c,v 1.59 2020/07/20 14:41:14 krw Exp $ */ +/* $OpenBSD: qle.c,v 1.60 2020/07/22 13:16:05 krw Exp $ */ /* * Copyright (c) 2013, 2014 Jonathan Matthew <jmatthew@openbsd.org> @@ -164,8 +164,6 @@ struct qle_softc { bus_size_t sc_ios; bus_dma_tag_t sc_dmat; - struct scsi_link sc_link; - struct scsibus_softc *sc_scsibus; enum qle_isp_type sc_isp_type; |