diff options
Diffstat (limited to 'arch/x86/mm/numa.c')
-rw-r--r-- | arch/x86/mm/numa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c index 56ed714ed24..ecb5685d7d2 100644 --- a/arch/x86/mm/numa.c +++ b/arch/x86/mm/numa.c | |||
@@ -535,7 +535,7 @@ static int __init numa_register_memblks(struct numa_meminfo *mi) | |||
535 | * as the number of CPUs is not known yet. We round robin the existing | 535 | * as the number of CPUs is not known yet. We round robin the existing |
536 | * nodes. | 536 | * nodes. |
537 | */ | 537 | */ |
538 | void __init numa_init_array(void) | 538 | static void __init numa_init_array(void) |
539 | { | 539 | { |
540 | int rr, i; | 540 | int rr, i; |
541 | 541 | ||