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 Apr 26, 2021
1 parent e79febb commit 0fcbd84
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/scsi/scsi_cmnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,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 0fcbd84

Please sign in to comment.