From: Bartlomiej Zolnierkiewicz Date: Tue, 6 Jan 2009 16:20:59 +0000 (+0100) Subject: ide: struct ide_atapi_pc - remove unused fields and update documentation X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=906ef986a71d541a726550fa40dcbc5c356f810e;p=mv-sheeva.git ide: struct ide_atapi_pc - remove unused fields and update documentation Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/include/linux/ide.h b/include/linux/ide.h index 13deba5e015..a7dbfd85711 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -426,13 +426,9 @@ struct ide_atapi_pc { struct idetape_bh *bh; char *b_data; - /* idescsi only for now */ struct scatterlist *sg; unsigned int sg_cnt; - struct scsi_cmnd *scsi_cmd; - void (*done) (struct scsi_cmnd *); - unsigned long timeout; };