projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d7f1e6
)
unexport blk_rq_map_user_iov
author
Adrian Bunk
<bunk@kernel.org>
Tue, 4 Mar 2008 10:23:48 +0000
(11:23 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 4 Mar 2008 10:28:34 +0000
(11:28 +0100)
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>
block/blk-map.c
patch
|
blob
|
blame
|
history
diff --git
a/block/blk-map.c
b/block/blk-map.c
index 4e17dfd0035d1f889f6e8577b42162c57dd554f1..0760963546dd271db0ef0411bad1b7ffab923a6f 100644
(file)
--- 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