Commit a4561352 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] scsi compile fix

I'm getting a compile failure in scsi_syms.c because it doesn't know
about the new scsi_set_medium_removal().
parent a301c237
......@@ -977,4 +977,6 @@ static inline Scsi_Cmnd *scsi_find_tag(Scsi_Device *SDpnt, int tag) {
#define SCSI_SENSE_VALID(scmd) ((scmd->sense_buffer[0] & 0x70) == 0x70)
int scsi_set_medium_removal(Scsi_Device *dev, char state);
#endif
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