diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-07-10 07:44:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-10 16:24:17 -0400 |
commit | 6d46cc6b9b04dc28a9c5db62db791aeec8ab2ea5 (patch) | |
tree | 2d37b0b9177280e28aaf26cd5db877274da7d7f0 /mm | |
parent | c0fc84d2e5bb4a9e3ae470812a00cccba85a48b8 (diff) |
[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>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/bootmem.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mm/bootmem.c b/mm/bootmem.c index d213feded10d..50353e0dac12 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c | |||
@@ -29,9 +29,7 @@ unsigned long max_low_pfn; | |||
29 | unsigned long min_low_pfn; | 29 | unsigned long min_low_pfn; |
30 | unsigned long max_pfn; | 30 | unsigned long max_pfn; |
31 | 31 | ||
32 | EXPORT_SYMBOL(max_pfn); /* This is exported so | 32 | EXPORT_UNUSED_SYMBOL(max_pfn); /* June 2006 */ |
33 | * dma_get_required_mask(), which uses | ||
34 | * it, can be an inline function */ | ||
35 | 33 | ||
36 | static LIST_HEAD(bdata_list); | 34 | static LIST_HEAD(bdata_list); |
37 | #ifdef CONFIG_CRASH_DUMP | 35 | #ifdef CONFIG_CRASH_DUMP |