]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] scsi compile fix
authorAndrew Morton <akpm@digeo.com>
Sun, 13 Oct 2002 02:32:31 +0000 (19:32 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 13 Oct 2002 02:32:31 +0000 (19:32 -0700)
I'm getting a compile failure in scsi_syms.c because it doesn't know
about the new scsi_set_medium_removal().

drivers/scsi/scsi.h

index 36e18809fca9c5881cc9b2328a0f173dd2bdc129..cd936544cef63d183784636c393dca72c664ce3e 100644 (file)
@@ -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