diff options
| author | Jens Axboe <[email protected]> | 2007-10-16 10:29:34 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2007-10-16 10:29:34 +0000 |
| commit | 3eed13fd933dbb81db12f7cdec6de9268c4443b5 (patch) | |
| tree | c16913706acffd4a0b29ec12cd68906b708c9a8a /drivers/usb/storage/protocol.h | |
| parent | Merge branch 'barrier' into for-linus (diff) | |
| parent | SPARC64: sg chaining support (diff) | |
| download | kernel-3eed13fd933dbb81db12f7cdec6de9268c4443b5.tar.gz kernel-3eed13fd933dbb81db12f7cdec6de9268c4443b5.zip | |
Merge branch 'sglist-arch' into for-linus
Diffstat (limited to 'drivers/usb/storage/protocol.h')
| -rw-r--r-- | drivers/usb/storage/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/protocol.h b/drivers/usb/storage/protocol.h index 845bed4b8031..8737a36891ca 100644 --- a/drivers/usb/storage/protocol.h +++ b/drivers/usb/storage/protocol.h @@ -52,7 +52,7 @@ extern void usb_stor_transparent_scsi_command(struct scsi_cmnd*, enum xfer_buf_dir {TO_XFER_BUF, FROM_XFER_BUF}; extern unsigned int usb_stor_access_xfer_buf(unsigned char *buffer, - unsigned int buflen, struct scsi_cmnd *srb, unsigned int *index, + unsigned int buflen, struct scsi_cmnd *srb, struct scatterlist **, unsigned int *offset, enum xfer_buf_dir dir); extern void usb_stor_set_xfer_buf(unsigned char *buffer, |
