aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.h
diff options
context:
space:
mode:
authorStephen M. Cameron <scameron@beardog.cce.hp.com>2010-02-26 17:01:42 -0500
committerJens Axboe <jens.axboe@oracle.com>2010-02-28 13:42:32 -0500
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 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;