Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 906ef986 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

ide: struct ide_atapi_pc - remove unused fields and update documentation

parent b1b1cd9a
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -426,13 +426,9 @@ struct ide_atapi_pc {
	struct idetape_bh *bh;
	struct idetape_bh *bh;
	char *b_data;
	char *b_data;


	/* idescsi only for now */
	struct scatterlist *sg;
	struct scatterlist *sg;
	unsigned int sg_cnt;
	unsigned int sg_cnt;


	struct scsi_cmnd *scsi_cmd;
	void (*done) (struct scsi_cmnd *);

	unsigned long timeout;
	unsigned long timeout;
};
};