Skip to content

Commit

Permalink
Remove the scsi_done member from struct scsi_cmnd
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
  • Loading branch information
bvanassche committed Jul 10, 2021
1 parent f68edc0 commit d290e7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/scsi/scsi_cmnd.h
Expand Up @@ -126,10 +126,6 @@ struct scsi_cmnd {
* command (auto-sense). Length must be
* SCSI_SENSE_BUFFERSIZE bytes. */

/* Low-level done function - can be used by low-level driver to point
* to completion function. Not used by mid/upper level code. */
void (*scsi_done) (struct scsi_cmnd *);

/*
* The following fields can be written to by the host specific code.
* Everything else should be left alone.
Expand Down

0 comments on commit d290e7c

Please sign in to comment.