diff options
author | Hannes Reinecke <hare@suse.de> | 2015-12-01 04:16:50 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2015-12-02 16:36:14 -0500 |
commit | 095077ad37043574ce7a3978e92c89f535a6612c (patch) | |
tree | 5f826725fcd83b4b8bfddeff67f12adeea9705cb /include/scsi | |
parent | dac173ee7e16cb51fc033a2ec9aae38576684735 (diff) |
scsi: remove scsi_show_sense_hdr()
Last caller is gone, so remove it.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_dbg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_dbg.h b/include/scsi/scsi_dbg.h index f8170e90b49d..56710e03101c 100644 --- a/include/scsi/scsi_dbg.h +++ b/include/scsi/scsi_dbg.h | |||
@@ -12,8 +12,6 @@ extern size_t __scsi_format_command(char *, size_t, | |||
12 | const unsigned char *, size_t); | 12 | const unsigned char *, size_t); |
13 | extern void scsi_show_extd_sense(const struct scsi_device *, const char *, | 13 | extern void scsi_show_extd_sense(const struct scsi_device *, const char *, |
14 | unsigned char, unsigned char); | 14 | unsigned char, unsigned char); |
15 | extern void scsi_show_sense_hdr(const struct scsi_device *, const char *, | ||
16 | const struct scsi_sense_hdr *); | ||
17 | extern void scsi_print_sense_hdr(const struct scsi_device *, const char *, | 15 | extern void scsi_print_sense_hdr(const struct scsi_device *, const char *, |
18 | const struct scsi_sense_hdr *); | 16 | const struct scsi_sense_hdr *); |
19 | extern void scsi_print_sense(const struct scsi_cmnd *); | 17 | extern void scsi_print_sense(const struct scsi_cmnd *); |