diff options
-rw-r--r-- | drivers/scsi/scsi_transport_spi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/scsi_transport_spi.c b/drivers/scsi/scsi_transport_spi.c index 653f165d65ff..c63adff15afa 100644 --- a/drivers/scsi/scsi_transport_spi.c +++ b/drivers/scsi/scsi_transport_spi.c | |||
@@ -1059,6 +1059,7 @@ int spi_populate_width_msg(unsigned char *msg, int width) | |||
1059 | msg[3] = width; | 1059 | msg[3] = width; |
1060 | return 4; | 1060 | return 4; |
1061 | } | 1061 | } |
1062 | EXPORT_SYMBOL_GPL(spi_populate_width_msg); | ||
1062 | 1063 | ||
1063 | int spi_populate_sync_msg(unsigned char *msg, int period, int offset) | 1064 | int spi_populate_sync_msg(unsigned char *msg, int period, int offset) |
1064 | { | 1065 | { |
@@ -1069,6 +1070,7 @@ int spi_populate_sync_msg(unsigned char *msg, int period, int offset) | |||
1069 | msg[4] = offset; | 1070 | msg[4] = offset; |
1070 | return 5; | 1071 | return 5; |
1071 | } | 1072 | } |
1073 | EXPORT_SYMBOL_GPL(spi_populate_sync_msg); | ||
1072 | 1074 | ||
1073 | int spi_populate_ppr_msg(unsigned char *msg, int period, int offset, | 1075 | int spi_populate_ppr_msg(unsigned char *msg, int period, int offset, |
1074 | int width, int options) | 1076 | int width, int options) |
@@ -1083,6 +1085,7 @@ int spi_populate_ppr_msg(unsigned char *msg, int period, int offset, | |||
1083 | msg[7] = options; | 1085 | msg[7] = options; |
1084 | return 8; | 1086 | return 8; |
1085 | } | 1087 | } |
1088 | EXPORT_SYMBOL_GPL(spi_populate_ppr_msg); | ||
1086 | 1089 | ||
1087 | #ifdef CONFIG_SCSI_CONSTANTS | 1090 | #ifdef CONFIG_SCSI_CONSTANTS |
1088 | static const char * const one_byte_msgs[] = { | 1091 | static const char * const one_byte_msgs[] = { |