aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/ioremap.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/mm/ioremap.c')
-rw-r--r--arch/x86/mm/ioremap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c
index d03c461e045e..6ab3196d12b4 100644
--- a/arch/x86/mm/ioremap.c
+++ b/arch/x86/mm/ioremap.c
@@ -440,7 +440,7 @@ void unxlate_dev_mem_ptr(unsigned long phys, void *addr)
440 return; 440 return;
441} 441}
442 442
443int __initdata early_ioremap_debug; 443static int __initdata early_ioremap_debug;
444 444
445static int __init early_ioremap_debug_setup(char *str) 445static int __init early_ioremap_debug_setup(char *str)
446{ 446{
@@ -566,7 +566,7 @@ static inline void __init early_clear_fixmap(enum fixed_addresses idx)
566} 566}
567 567
568 568
569int __initdata early_ioremap_nested; 569static int __initdata early_ioremap_nested;
570 570
571static int __init check_early_ioremap_leak(void) 571static int __init check_early_ioremap_leak(void)
572{ 572{