diff options
author | Christoph Hellwig <hch@lst.de> | 2005-07-04 11:48:13 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-08-02 12:43:43 -0400 |
commit | a6c42741ace2fee235b6902e76f3c86a01d32146 (patch) | |
tree | ec006ff8cc9d6613f999bcb8a10a8c993cbbb855 /drivers/scsi/qla1280.h | |
parent | 47ba39eead9f4495cd6a3eca39d7c73d0f0d61c9 (diff) |
[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 { | |||
1082 | uint32_t reset_active:1; /* 3 */ | 1082 | uint32_t reset_active:1; /* 3 */ |
1083 | uint32_t abort_isp_active:1; /* 4 */ | 1083 | uint32_t abort_isp_active:1; /* 4 */ |
1084 | uint32_t disable_risc_code_load:1; /* 5 */ | 1084 | uint32_t disable_risc_code_load:1; /* 5 */ |
1085 | uint32_t enable_64bit_addressing:1; /* 6 */ | ||
1086 | uint32_t in_reset:1; /* 7 */ | ||
1087 | uint32_t ints_enabled:1; | ||
1088 | uint32_t ignore_nvram:1; | ||
1089 | #ifdef __ia64__ | 1085 | #ifdef __ia64__ |
1090 | uint32_t use_pci_vchannel:1; | 1086 | uint32_t use_pci_vchannel:1; |
1091 | #endif | 1087 | #endif |