diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-30 18:53:55 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 13:19:08 -0400 |
commit | 8c5e03d3cf70161413aaf7152dafa96daca5bb2f (patch) | |
tree | 5a228b528af16644d26aa2d11d53309ffc099ead /drivers | |
parent | f6b196a2f3058c6f70bb36ab61ff8aa996fca301 (diff) |
[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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/scsi_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c index f40898dc2d14..1b199e15ce9b 100644 --- a/drivers/scsi/scsi_lib.c +++ b/drivers/scsi/scsi_lib.c | |||
@@ -784,7 +784,7 @@ EXPORT_SYMBOL(scsi_release_buffers); | |||
784 | * in req->data_len and req->next_rq->data_len. The upper-layer driver can | 784 | * in req->data_len and req->next_rq->data_len. The upper-layer driver can |
785 | * decide what to do with this information. | 785 | * decide what to do with this information. |
786 | */ | 786 | */ |
787 | void scsi_end_bidi_request(struct scsi_cmnd *cmd) | 787 | static void scsi_end_bidi_request(struct scsi_cmnd *cmd) |
788 | { | 788 | { |
789 | struct request *req = cmd->request; | 789 | struct request *req = cmd->request; |
790 | unsigned int dlen = req->data_len; | 790 | unsigned int dlen = req->data_len; |