diff options
author | John Pittman <jpittman@redhat.com> | 2018-03-24 09:30:48 -0400 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-04-18 23:37:39 -0400 |
commit | 4d79e7d0f0cfe22c05c21a1008fa000f153119aa (patch) | |
tree | 01794c9693fbf4dfc8bf0dee7bc4d923e419f3af | |
parent | 94e5395d2403c8bc2504a7cbe4c4caaacb7b8b84 (diff) |
scsi: core: remove reference to scsi_show_extd_sense()
In commit 2104551969e8 ("scsi: use per-cpu buffer for formatting sense"),
function scsi_show_extd_sense() was removed, switching use over to
scsi_format_extd_sense(). Remove last reference to scsi_show_extd_sense()
in include/scsi/scsi_dbg.h.
Signed-off-by: John Pittman <jpittman@redhat.com>
Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-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 04e0679767f6..e03bd9d41fa8 100644 --- a/include/scsi/scsi_dbg.h +++ b/include/scsi/scsi_dbg.h | |||
@@ -11,8 +11,6 @@ struct scsi_sense_hdr; | |||
11 | extern void scsi_print_command(struct scsi_cmnd *); | 11 | extern void scsi_print_command(struct scsi_cmnd *); |
12 | extern size_t __scsi_format_command(char *, size_t, | 12 | extern size_t __scsi_format_command(char *, size_t, |
13 | const unsigned char *, size_t); | 13 | const unsigned char *, size_t); |
14 | extern void scsi_show_extd_sense(const struct scsi_device *, const char *, | ||
15 | unsigned char, unsigned char); | ||
16 | extern void scsi_print_sense_hdr(const struct scsi_device *, const char *, | 14 | extern void scsi_print_sense_hdr(const struct scsi_device *, const char *, |
17 | const struct scsi_sense_hdr *); | 15 | const struct scsi_sense_hdr *); |
18 | extern void scsi_print_sense(const struct scsi_cmnd *); | 16 | extern void scsi_print_sense(const struct scsi_cmnd *); |