diff options
Diffstat (limited to 'drivers/block/cciss.h')
-rw-r--r-- | drivers/block/cciss.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h index ac454fdd4d30..c5d411174db0 100644 --- a/drivers/block/cciss.h +++ b/drivers/block/cciss.h | |||
@@ -131,9 +131,7 @@ struct ctlr_info | |||
131 | /* Disk structures we need to pass back */ | 131 | /* Disk structures we need to pass back */ |
132 | struct gendisk *gendisk[CISS_MAX_LUN]; | 132 | struct gendisk *gendisk[CISS_MAX_LUN]; |
133 | #ifdef CONFIG_CISS_SCSI_TAPE | 133 | #ifdef CONFIG_CISS_SCSI_TAPE |
134 | void *scsi_ctlr; /* ptr to structure containing scsi related stuff */ | 134 | struct cciss_scsi_adapter_data_t *scsi_ctlr; |
135 | /* list of block side commands the scsi error handling sucked up */ | ||
136 | /* and saved for later processing */ | ||
137 | #endif | 135 | #endif |
138 | unsigned char alive; | 136 | unsigned char alive; |
139 | struct list_head scan_list; | 137 | struct list_head scan_list; |