diff options
| author | David S. Miller <davem@davemloft.net> | 2009-03-27 20:19:16 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2009-03-27 20:19:16 -0400 |
| commit | a83398570e17af6bb81eb94f4f5dd356bd2828d8 (patch) | |
| tree | 5b5c7c3a56898485479291b7c964a1f3887d469c /drivers/usb/storage/protocol.c | |
| parent | f9384d41c02408dd404aa64d66d0ef38adcf6479 (diff) | |
| parent | 0b4d569de222452bcb55a4a536ade6cf4d8d1e30 (diff) | |
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
Diffstat (limited to 'drivers/usb/storage/protocol.c')
| -rw-r--r-- | drivers/usb/storage/protocol.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/storage/protocol.c b/drivers/usb/storage/protocol.c index be441d84bc64..fc310f75eada 100644 --- a/drivers/usb/storage/protocol.c +++ b/drivers/usb/storage/protocol.c | |||
| @@ -121,6 +121,7 @@ void usb_stor_transparent_scsi_command(struct scsi_cmnd *srb, | |||
| 121 | /* send the command to the transport layer */ | 121 | /* send the command to the transport layer */ |
| 122 | usb_stor_invoke_transport(srb, us); | 122 | usb_stor_invoke_transport(srb, us); |
| 123 | } | 123 | } |
| 124 | EXPORT_SYMBOL_GPL(usb_stor_transparent_scsi_command); | ||
| 124 | 125 | ||
| 125 | /*********************************************************************** | 126 | /*********************************************************************** |
| 126 | * Scatter-gather transfer buffer access routines | 127 | * Scatter-gather transfer buffer access routines |
| @@ -199,6 +200,7 @@ unsigned int usb_stor_access_xfer_buf(unsigned char *buffer, | |||
| 199 | /* Return the amount actually transferred */ | 200 | /* Return the amount actually transferred */ |
| 200 | return cnt; | 201 | return cnt; |
| 201 | } | 202 | } |
| 203 | EXPORT_SYMBOL_GPL(usb_stor_access_xfer_buf); | ||
| 202 | 204 | ||
| 203 | /* Store the contents of buffer into srb's transfer buffer and set the | 205 | /* Store the contents of buffer into srb's transfer buffer and set the |
| 204 | * SCSI residue. | 206 | * SCSI residue. |
| @@ -215,3 +217,4 @@ void usb_stor_set_xfer_buf(unsigned char *buffer, | |||
| 215 | if (buflen < scsi_bufflen(srb)) | 217 | if (buflen < scsi_bufflen(srb)) |
| 216 | scsi_set_resid(srb, scsi_bufflen(srb) - buflen); | 218 | scsi_set_resid(srb, scsi_bufflen(srb) - buflen); |
| 217 | } | 219 | } |
| 220 | EXPORT_SYMBOL_GPL(usb_stor_set_xfer_buf); | ||
