From: Adrian Bunk Date: Fri, 10 Aug 2007 21:50:43 +0000 (-0700) Subject: [SCSI] make scsi_decode_sense_buffer and scsi_decode_sense_extras static X-Git-Tag: v2.6.24-rc1~1290^2~161 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8f8bf7e64ef76e1de66eb5212cd50f6a294d459f;p=karo-tx-linux.git [SCSI] make scsi_decode_sense_buffer and scsi_decode_sense_extras static Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- 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) {