aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-03-04 05:23:47 -0500
committerJens Axboe <jens.axboe@oracle.com>2008-03-04 05:28:32 -0500
commit9d7f1e6b9b2c2e4fe029ff35f4ca1e2879864208 (patch)
tree06ac8af66970f1fd25bb97303c8d824062ee5d4b /block/blk-core.c
parent1826eadfc42839af7c1c5a1859510aff635d3fa1 (diff)
unexport blk_{get,put}_queue
This patch removes the unused exports of blk_{get,put}_queue. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/blk-core.c')
-rw-r--r--block/blk-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index a248cf1c98dd..2a438a93f723 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -424,7 +424,6 @@ void blk_put_queue(struct request_queue *q)
424{ 424{
425 kobject_put(&q->kobj); 425 kobject_put(&q->kobj);
426} 426}
427EXPORT_SYMBOL(blk_put_queue);
428 427
429void blk_cleanup_queue(struct request_queue *q) 428void blk_cleanup_queue(struct request_queue *q)
430{ 429{
@@ -592,7 +591,6 @@ int blk_get_queue(struct request_queue *q)
592 591
593 return 1; 592 return 1;
594} 593}
595EXPORT_SYMBOL(blk_get_queue);
596 594
597static inline void blk_free_request(struct request_queue *q, struct request *rq) 595static inline void blk_free_request(struct request_queue *q, struct request *rq)
598{ 596{