Commit e772dc52 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by James Bottomley

[PATCH] avoid obsolete scsi APIs in eata_pio

Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 927f11df
......@@ -317,7 +317,7 @@ struct eata_ccb { /* Send Command Packet structure */
__u8 rw_latency;
__u8 retries;
__u8 status; /* status of this queueslot */
Scsi_Cmnd *cmd; /* address of cmd */
struct scsi_cmnd *cmd; /* address of cmd */
struct eata_sg_list *sg_list;
};
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment