summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla1280.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-08-13 09:24:57 +0200
committerTony Luck <tony.luck@intel.com>2019-08-16 11:33:56 -0700
commitf877a786b1dd314ec081355507b8605508e4dfab (patch)
tree07fd6e0cc51d2bf2deb05b66ca2165b2ba7b6d71 /drivers/scsi/qla1280.h
parent9726bfcdb977d6f78074fcc5dd23003b450c1f35 (diff)
downloadlinux-f877a786b1dd314ec081355507b8605508e4dfab.tar.bz2
qla1280: remove SGI SN2 support
The SGI SN2 support is about to be removed, so drop the bits specific to it from this driver. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lkml.kernel.org/r/20190813072514.23299-12-hch@lst.de Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/scsi/qla1280.h')
-rw-r--r--drivers/scsi/qla1280.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/qla1280.h b/drivers/scsi/qla1280.h
index b496206362a9..a1a8aefc7cc3 100644
--- a/drivers/scsi/qla1280.h
+++ b/drivers/scsi/qla1280.h
@@ -1055,9 +1055,6 @@ struct scsi_qla_host {
uint32_t reset_active:1; /* 3 */
uint32_t abort_isp_active:1; /* 4 */
uint32_t disable_risc_code_load:1; /* 5 */
-#ifdef __ia64__
- uint32_t use_pci_vchannel:1;
-#endif
} flags;
struct nvram nvram;