diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-04 05:23:48 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-03-04 05:28:34 -0500 |
commit | bec419404afe8b0d60000118ca90ada4c69a3a6d (patch) | |
tree | 4febf3a554ef432a9de40a2653131f8a60137f45 /block | |
parent | 9d7f1e6b9b2c2e4fe029ff35f4ca1e2879864208 (diff) |
unexport blk_rq_map_user_iov
This patch removes the unused export of blk_rq_map_user_iov.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-map.c b/block/blk-map.c index 4e17dfd0035d..0760963546dd 100644 --- a/block/blk-map.c +++ b/block/blk-map.c | |||
@@ -217,7 +217,6 @@ int blk_rq_map_user_iov(struct request_queue *q, struct request *rq, | |||
217 | rq->buffer = rq->data = NULL; | 217 | rq->buffer = rq->data = NULL; |
218 | return 0; | 218 | return 0; |
219 | } | 219 | } |
220 | EXPORT_SYMBOL(blk_rq_map_user_iov); | ||
221 | 220 | ||
222 | /** | 221 | /** |
223 | * blk_rq_unmap_user - unmap a request with user data | 222 | * blk_rq_unmap_user - unmap a request with user data |