[2.6 patch] unexport blk_{get,put}_queue

From: Adrian Bunk
Date: Sat Mar 01 2008 - 11:20:39 EST


This patch removes the unused exports of blk_{get,put}_queue.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---

block/blk-core.c | 2 --
1 file changed, 2 deletions(-)

ad857eb2fc3211685b20148d452529ad51d9d4be foobar
diff --git a/block/blk-core.c b/block/blk-core.c
index 775c851..195f1cf 100644
--- 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)
{

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/