diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-04 11:23:48 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2008-03-04 11:28:34 +0100 |
commit | bec419404afe8b0d60000118ca90ada4c69a3a6d (patch) | |
tree | 4febf3a554ef432a9de40a2653131f8a60137f45 /block/blk-map.c | |
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/blk-map.c')
-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, rq->buffer = rq->data = NULL; return 0; } -EXPORT_SYMBOL(blk_rq_map_user_iov); /** * blk_rq_unmap_user - unmap a request with user data |