[SCSI] make scsi_end_bidi_request() static

This patch makes the needlessly global scsi_end_bidi_request() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
Adrian Bunk 2008-03-31 01:53:55 +03:00 коммит произвёл James Bottomley
Родитель f6b196a2f3
Коммит 8c5e03d3cf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -784,7 +784,7 @@ EXPORT_SYMBOL(scsi_release_buffers);
* in req->data_len and req->next_rq->data_len. The upper-layer driver can * in req->data_len and req->next_rq->data_len. The upper-layer driver can
* decide what to do with this information. * decide what to do with this information.
*/ */
void scsi_end_bidi_request(struct scsi_cmnd *cmd) static void scsi_end_bidi_request(struct scsi_cmnd *cmd)
{ {
struct request *req = cmd->request; struct request *req = cmd->request;
unsigned int dlen = req->data_len; unsigned int dlen = req->data_len;