diff --git a/include/linux/ide.h b/include/linux/ide.h index 13deba5e01578f166f1ab041027a6f84dd42c397..a7dbfd8571152f39d9706128c4e51fd9eeca1538 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; };