[2.6 patch] unexport blk_max_pfn

From: Adrian Bunk
Date: Wed Apr 23 2008 - 06:02:08 EST


blk_max_pfn can now be unexported.

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

---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/