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-Tag: v2.6.29-rc1~231^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=906ef986a71d541a726550fa40dcbc5c356f810e;p=profile%2Fivi%2Fkernel-x86-ivi.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 13deba5..a7dbfd8 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; };