diff options
Diffstat (limited to 'include/scsi/scsi_cmnd.h')
-rw-r--r-- | include/scsi/scsi_cmnd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 7613c2989370..3f47e522a1ec 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h | |||
@@ -34,7 +34,6 @@ struct scsi_cmnd { | |||
34 | struct list_head list; /* scsi_cmnd participates in queue lists */ | 34 | struct list_head list; /* scsi_cmnd participates in queue lists */ |
35 | struct list_head eh_entry; /* entry for the host eh_cmd_q */ | 35 | struct list_head eh_entry; /* entry for the host eh_cmd_q */ |
36 | int eh_eflags; /* Used by error handlr */ | 36 | int eh_eflags; /* Used by error handlr */ |
37 | void (*done) (struct scsi_cmnd *); /* Mid-level done function */ | ||
38 | 37 | ||
39 | /* | 38 | /* |
40 | * A SCSI Command is assigned a nonzero serial_number before passed | 39 | * A SCSI Command is assigned a nonzero serial_number before passed |
@@ -122,7 +121,6 @@ extern struct scsi_cmnd *__scsi_get_command(struct Scsi_Host *, gfp_t); | |||
122 | extern void scsi_put_command(struct scsi_cmnd *); | 121 | extern void scsi_put_command(struct scsi_cmnd *); |
123 | extern void __scsi_put_command(struct Scsi_Host *, struct scsi_cmnd *, | 122 | extern void __scsi_put_command(struct Scsi_Host *, struct scsi_cmnd *, |
124 | struct device *); | 123 | struct device *); |
125 | extern void scsi_io_completion(struct scsi_cmnd *, unsigned int); | ||
126 | extern void scsi_finish_command(struct scsi_cmnd *cmd); | 124 | extern void scsi_finish_command(struct scsi_cmnd *cmd); |
127 | extern void scsi_req_abort_cmd(struct scsi_cmnd *cmd); | 125 | extern void scsi_req_abort_cmd(struct scsi_cmnd *cmd); |
128 | 126 | ||