projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1826ead
)
unexport blk_{get,put}_queue
author
Adrian Bunk
<bunk@kernel.org>
Tue, 4 Mar 2008 10:23:47 +0000
(11:23 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Tue, 4 Mar 2008 10:28:32 +0000
(11:28 +0100)
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>
block/blk-core.c
patch
|
blob
|
history
diff --git
a/block/blk-core.c
b/block/blk-core.c
index
a248cf1
..
2a438a9
100644
(file)
--- a/
block/blk-core.c
+++ b/
block/blk-core.c
@@
-424,7
+424,6
@@
void blk_put_queue(struct request_queue *q)
{
kobject_put(&q->kobj);
}
-EXPORT_SYMBOL(blk_put_queue);
void blk_cleanup_queue(struct request_queue *q)
{
@@
-592,7
+591,6
@@
int blk_get_queue(struct request_queue *q)
return 1;
}
-EXPORT_SYMBOL(blk_get_queue);
static inline void blk_free_request(struct request_queue *q, struct request *rq)
{