aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/constants.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2007-08-10 14:50:43 -0700
committerJames Bottomley <jejb@mulgrave.localdomain>2007-10-12 14:40:25 -0400
commit8f8bf7e64ef76e1de66eb5212cd50f6a294d459f (patch)
treedde0a228809deae57c3d3d534878c99bd6b77310 /drivers/scsi/constants.c
parent[SCSI] NCR5380: fix NCR53C400_PSEUDO_DMA is not defined (diff)
downloadlinux-dev-8f8bf7e64ef76e1de66eb5212cd50f6a294d459f.tar.xz
linux-dev-8f8bf7e64ef76e1de66eb5212cd50f6a294d459f.zip
[SCSI] make scsi_decode_sense_buffer and scsi_decode_sense_extras static
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/constants.c')
-rw-r--r--drivers/scsi/constants.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/constants.c b/drivers/scsi/constants.c
index 2a458d66b6ff..7bdeed1c5a56 100644
--- a/drivers/scsi/constants.c
+++ b/drivers/scsi/constants.c
@@ -1235,7 +1235,7 @@ scsi_print_sense_hdr(const char *name, struct scsi_sense_hdr *sshdr)
}
EXPORT_SYMBOL(scsi_print_sense_hdr);
-void
+static void
scsi_decode_sense_buffer(const unsigned char *sense_buffer, int sense_len,
struct scsi_sense_hdr *sshdr)
{
@@ -1258,7 +1258,7 @@ scsi_decode_sense_buffer(const unsigned char *sense_buffer, int sense_len,
}
}
-void
+static void
scsi_decode_sense_extras(const unsigned char *sense_buffer, int sense_len,
struct scsi_sense_hdr *sshdr)
{