Skip to content

Commit

Permalink
[PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 10, 2006
1 parent c0fc84d commit 6d46cc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mm/bootmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d46cc6

Please sign in to comment.