Skip to content

Commit 4d79e7d

Browse files
jtpittman195martinkpetersen
authored andcommitted
scsi: core: remove reference to scsi_show_extd_sense()
In commit 2104551 ("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 <[email protected]> Reviewed-by: Bart Van Assche <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 94e5395 commit 4d79e7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/scsi/scsi_dbg.h

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ struct scsi_sense_hdr;
1111
extern void scsi_print_command(struct scsi_cmnd *);
1212
extern size_t __scsi_format_command(char *, size_t,
1313
const unsigned char *, size_t);
14-
extern void scsi_show_extd_sense(const struct scsi_device *, const char *,
15-
unsigned char, unsigned char);
1614
extern void scsi_print_sense_hdr(const struct scsi_device *, const char *,
1715
const struct scsi_sense_hdr *);
1816
extern void scsi_print_sense(const struct scsi_cmnd *);

0 commit comments

Comments
 (0)