[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080423095248.GO28933@cs181133002.pp.htv.fi>
Date: Wed, 23 Apr 2008 12:52:48 +0300
From: Adrian Bunk <bunk@...nel.org>
To: axboe@...nel.dk
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] unexport blk_max_pfn
blk_max_pfn can now be unexported.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
cb4bf25adc9782eebb03eceeca9aa14a10ccfaa9 diff --git a/block/blk-settings.c b/block/blk-settings.c
index 5713f7e..77b51dc 100644
--- a/block/blk-settings.c
+++ b/block/blk-settings.c
@@ -14,7 +14,6 @@ unsigned long blk_max_low_pfn;
EXPORT_SYMBOL(blk_max_low_pfn);
unsigned long blk_max_pfn;
-EXPORT_SYMBOL(blk_max_pfn);
/**
* blk_queue_prep_rq - set a prepare_request function for queue
--
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