diff options
Diffstat (limited to 'arch/i386/kernel/setup.c')
-rw-r--r-- | arch/i386/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c index 74871d066c2b..ec4dfcc50cf7 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c | |||
@@ -466,7 +466,7 @@ void __init setup_bootmem_allocator(void) | |||
466 | * | 466 | * |
467 | * This should all compile down to nothing when NUMA is off. | 467 | * This should all compile down to nothing when NUMA is off. |
468 | */ | 468 | */ |
469 | void __init remapped_pgdat_init(void) | 469 | static void __init remapped_pgdat_init(void) |
470 | { | 470 | { |
471 | int nid; | 471 | int nid; |
472 | 472 | ||