]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/scsi/scsi_dbg.h
[SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the SAS LLDD...
[linux-2.6-omap-h63xx.git] / include / scsi / scsi_dbg.h
index 4d69dee66d4d0327ce174e49000fe983abdbbb0d..3bbbfbe8cbfc6297de6a62b8674c4f9ae30145d7 100644 (file)
@@ -2,14 +2,12 @@
 #define _SCSI_SCSI_DBG_H
 
 struct scsi_cmnd;
-struct scsi_request;
 struct scsi_sense_hdr;
 
 extern void scsi_print_command(struct scsi_cmnd *);
 extern void scsi_print_sense_hdr(const char *, struct scsi_sense_hdr *);
 extern void __scsi_print_command(unsigned char *);
 extern void scsi_print_sense(const char *, struct scsi_cmnd *);
-extern void scsi_print_req_sense(const char *, struct scsi_request *);
 extern void __scsi_print_sense(const char *name,
                               const unsigned char *sense_buffer,
                               int sense_len);