aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2014-10-24 14:26:53 +0200
committerChristoph Hellwig <hch@lst.de>2014-11-12 11:16:02 +0100
commit7ac7076344d90b27e0b6dcbe1380b0841f70859b (patch)
tree96fa0aa6d6e353e1327c8ad9ad7b0d2906d03f01 /include/scsi
parentscsi: use 'bool' as return value for scsi_normalize_sense() (diff)
downloadlinux-dev-7ac7076344d90b27e0b6dcbe1380b0841f70859b.tar.xz
linux-dev-7ac7076344d90b27e0b6dcbe1380b0841f70859b.zip
scsi: remove scsi_print_status()
Last caller is gone, so we can remove it. 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/scsi_dbg.h b/include/scsi/scsi_dbg.h
index 6cbd179a17cc..386474ee53a1 100644
--- a/include/scsi/scsi_dbg.h
+++ b/include/scsi/scsi_dbg.h
@@ -19,7 +19,6 @@ extern void __scsi_print_sense(const struct scsi_device *, const char *name,
int sense_len);
extern void scsi_show_result(int);
extern void scsi_print_result(struct scsi_cmnd *);
-extern void scsi_print_status(unsigned char);
extern const char *scsi_sense_key_string(unsigned char);
extern const char *scsi_extd_sense_format(unsigned char, unsigned char,
const char **);