aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/cciss.h
diff options
context:
space:
mode:
authorStephen M. Cameron <scameron@beardog.cce.hp.com>2010-02-26 16:01:42 -0600
committerJens Axboe <jens.axboe@oracle.com>2010-02-28 19:42:32 +0100
commitaad9fb6f2c5beafe76a724c90a4bd0d695ab8b42 (patch)
tree811a687fc986084fbdf974a31fc2226ad759cd46 /drivers/block/cciss.h
parentd45033ef56fa9b09b73a6eb2a0f280fa7c1bab09 (diff)
cciss: do not use void pointer for scsi hba data
cciss: do not use void pointer for scsi hba data and get rid of related unnecessary type casting and delete some superfluous and misleading comments nearby. Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/block/cciss.h')
-rw-r--r--drivers/block/cciss.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h
index ac454fdd4d3..c5d411174db 100644
--- a/drivers/block/cciss.h
+++ b/drivers/block/cciss.h
@@ -131,9 +131,7 @@ struct ctlr_info
/* Disk structures we need to pass back */
struct gendisk *gendisk[CISS_MAX_LUN];
#ifdef CONFIG_CISS_SCSI_TAPE
- void *scsi_ctlr; /* ptr to structure containing scsi related stuff */
- /* list of block side commands the scsi error handling sucked up */
- /* and saved for later processing */
+ struct cciss_scsi_adapter_data_t *scsi_ctlr;
#endif
unsigned char alive;
struct list_head scan_list;