[SCSI] scsi_transport_spi.c: make print_nego() static
authorAdrian Bunk <bunk@stusta.de>
Thu, 5 Jan 2006 22:39:18 +0000 (23:39 +0100)
committerJames Bottomley <jejb@mulgrave.(none)>
Thu, 12 Jan 2006 17:35:35 +0000 (11:35 -0600)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_transport_spi.c

index 46da6fe10ad54d1d25dc1784071365d8fe288287..86306d681b6fb6d1d3321e7bbf04775cf8aacfd8 100644 (file)
@@ -1075,7 +1075,7 @@ static const char * const extended_msgs[] = {
 /* 0x04 */ "Parallel Protocol Request"
 };
 
-void print_nego(const unsigned char *msg, int per, int off, int width)
+static void print_nego(const unsigned char *msg, int per, int off, int width)
 {
        if (per) {
                char buf[20];