[PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOL
This patch marks an unused export as EXPORT_UNUSED_SYMBOL. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
c0fc84d2e5
commit
6d46cc6b9b
|
@ -29,9 +29,7 @@ unsigned long max_low_pfn;
|
|||
unsigned long min_low_pfn;
|
||||
unsigned long max_pfn;
|
||||
|
||||
EXPORT_SYMBOL(max_pfn); /* This is exported so
|
||||
* dma_get_required_mask(), which uses
|
||||
* it, can be an inline function */
|
||||
EXPORT_UNUSED_SYMBOL(max_pfn); /* June 2006 */
|
||||
|
||||
static LIST_HEAD(bdata_list);
|
||||
#ifdef CONFIG_CRASH_DUMP
|
||||
|
|
Loading…
Reference in New Issue