diff options
-rw-r--r-- | drivers/scsi/scsi_transport_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_spi.c b/drivers/scsi/scsi_transport_spi.c index 46da6fe10ad5..86306d681b6f 100644 --- a/drivers/scsi/scsi_transport_spi.c +++ b/drivers/scsi/scsi_transport_spi.c | |||
@@ -1075,7 +1075,7 @@ static const char * const extended_msgs[] = { | |||
1075 | /* 0x04 */ "Parallel Protocol Request" | 1075 | /* 0x04 */ "Parallel Protocol Request" |
1076 | }; | 1076 | }; |
1077 | 1077 | ||
1078 | void print_nego(const unsigned char *msg, int per, int off, int width) | 1078 | static void print_nego(const unsigned char *msg, int per, int off, int width) |
1079 | { | 1079 | { |
1080 | if (per) { | 1080 | if (per) { |
1081 | char buf[20]; | 1081 | char buf[20]; |