diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-13 09:24:57 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2019-08-16 20:33:56 +0200 |
commit | f877a786b1dd314ec081355507b8605508e4dfab (patch) | |
tree | 07fd6e0cc51d2bf2deb05b66ca2165b2ba7b6d71 /drivers/scsi/qla1280.h | |
parent | misc/sgi-xp: remove SGI SN2 support (diff) | |
download | linux-f877a786b1dd314ec081355507b8605508e4dfab.tar.xz linux-f877a786b1dd314ec081355507b8605508e4dfab.zip |
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.h | 3 |
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; |