summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_spi.c
diff options
context:
space:
mode:
authorJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-02-17 23:58:47 +0100
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-02-28 05:55:13 +0100
commit38e14f895b212943995379dea824cc52b0c25991 (patch)
tree54d6f6b76eba15f92f9cd991bfd3329b2884ea59 /drivers/scsi/scsi_transport_spi.c
parent[SCSI] sas: add support for enclosure and bad ID rphy attributes (diff)
downloadlinux-38e14f895b212943995379dea824cc52b0c25991.tar.xz
linux-38e14f895b212943995379dea824cc52b0c25991.zip
[SCSI] Add EXPORT_SYMBOL for spi msg functions
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_transport_spi.c')
-rw-r--r--drivers/scsi/scsi_transport_spi.c3
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)
msg[3] = width;
return 4;
}
+EXPORT_SYMBOL_GPL(spi_populate_width_msg);
int spi_populate_sync_msg(unsigned char *msg, int period, int offset)
{
@@ -1069,6 +1070,7 @@ int spi_populate_sync_msg(unsigned char *msg, int period, int offset)
msg[4] = offset;
return 5;
}
+EXPORT_SYMBOL_GPL(spi_populate_sync_msg);
int spi_populate_ppr_msg(unsigned char *msg, int period, int offset,
int width, int options)
@@ -1083,6 +1085,7 @@ int spi_populate_ppr_msg(unsigned char *msg, int period, int offset,
msg[7] = options;
return 8;
}
+EXPORT_SYMBOL_GPL(spi_populate_ppr_msg);
#ifdef CONFIG_SCSI_CONSTANTS
static const char * const one_byte_msgs[] = {