aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/mm/highmem_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/highmem_32.c b/arch/x86/mm/highmem_32.c
index 13a823cf564c..00f127c80b0e 100644
--- a/arch/x86/mm/highmem_32.c
+++ b/arch/x86/mm/highmem_32.c
@@ -183,7 +183,7 @@ void __init set_highmem_pages_init(void)
183 totalram_pages += totalhigh_pages; 183 totalram_pages += totalhigh_pages;
184} 184}
185#else 185#else
186static void __init set_highmem_pages_init(void) 186void __init set_highmem_pages_init(void)
187{ 187{
188 add_highpages_with_active_regions(0, highstart_pfn, highend_pfn); 188 add_highpages_with_active_regions(0, highstart_pfn, highend_pfn);
189 189