aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2014-10-24 14:26:41 +0200
committerChristoph Hellwig <hch@lst.de>2014-11-12 11:15:56 +0100
commit639ae4d0337ce5bc6f5f6921ecb144841b617c26 (patch)
tree85290627c4dfb3c7c67e8d0e54893c31da1bfe81 /include/scsi
parentenclosure: handle non-unique element descriptors (diff)
downloadlinux-dev-639ae4d0337ce5bc6f5f6921ecb144841b617c26.tar.xz
linux-dev-639ae4d0337ce5bc6f5f6921ecb144841b617c26.zip
scsi: remove scsi_cmd_print_sense_hdr()
Unused. Signed-off-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Robert Elliott <elliott@hp.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_dbg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_dbg.h b/include/scsi/scsi_dbg.h
index e89844cc2cd3..5a43a4cd96c6 100644
--- a/include/scsi/scsi_dbg.h
+++ b/include/scsi/scsi_dbg.h
@@ -9,8 +9,6 @@ extern void __scsi_print_command(unsigned char *);
extern void scsi_show_extd_sense(unsigned char, unsigned char);
extern void scsi_show_sense_hdr(struct scsi_sense_hdr *);
extern void scsi_print_sense_hdr(const char *, struct scsi_sense_hdr *);
-extern void scsi_cmd_print_sense_hdr(struct scsi_cmnd *, const char *,
- struct scsi_sense_hdr *);
extern void scsi_print_sense(char *, struct scsi_cmnd *);
extern void __scsi_print_sense(const char *name,
const unsigned char *sense_buffer,