diff options
author | Christoph Hellwig <hch@lst.de> | 2005-07-04 17:48:13 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-08-02 11:43:43 -0500 |
commit | a6c42741ace2fee235b6902e76f3c86a01d32146 (patch) | |
tree | ec006ff8cc9d6613f999bcb8a10a8c993cbbb855 /drivers/scsi/qla1280.h | |
parent | 47ba39eead9f4495cd6a3eca39d7c73d0f0d61c9 (diff) | |
download | talos-obmc-linux-a6c42741ace2fee235b6902e76f3c86a01d32146.tar.gz talos-obmc-linux-a6c42741ace2fee235b6902e76f3c86a01d32146.zip |
[SCSI] qla1280: remove dead per-host flag variables
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Thiemo Seufer <ths@linux-mips.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla1280.h')
-rw-r--r-- | drivers/scsi/qla1280.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/qla1280.h b/drivers/scsi/qla1280.h index d245ae07518e..1c1cf3a5af03 100644 --- a/drivers/scsi/qla1280.h +++ b/drivers/scsi/qla1280.h @@ -1082,10 +1082,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 */ - uint32_t enable_64bit_addressing:1; /* 6 */ - uint32_t in_reset:1; /* 7 */ - uint32_t ints_enabled:1; - uint32_t ignore_nvram:1; #ifdef __ia64__ uint32_t use_pci_vchannel:1; #endif |