[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080301161812.GH25835@cs181133002.pp.htv.fi>
Date: Sat, 1 Mar 2008 18:18:12 +0200
From: Adrian Bunk <bunk@...nel.org>
To: axboe@...nel.dk
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] unexport blk_{get,put}_queue
This patch removes the unused exports of blk_{get,put}_queue.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists