diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/mm/ioremap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c index 24c1d3c30186..19fd9a3c5210 100644 --- a/arch/x86/mm/ioremap.c +++ b/arch/x86/mm/ioremap.c | |||
@@ -413,7 +413,7 @@ void unxlate_dev_mem_ptr(unsigned long phys, void *addr) | |||
413 | return; | 413 | return; |
414 | } | 414 | } |
415 | 415 | ||
416 | int __initdata early_ioremap_debug; | 416 | static int __initdata early_ioremap_debug; |
417 | 417 | ||
418 | static int __init early_ioremap_debug_setup(char *str) | 418 | static int __init early_ioremap_debug_setup(char *str) |
419 | { | 419 | { |
@@ -539,7 +539,7 @@ static inline void __init early_clear_fixmap(enum fixed_addresses idx) | |||
539 | } | 539 | } |
540 | 540 | ||
541 | 541 | ||
542 | int __initdata early_ioremap_nested; | 542 | static int __initdata early_ioremap_nested; |
543 | 543 | ||
544 | static int __init check_early_ioremap_leak(void) | 544 | static int __init check_early_ioremap_leak(void) |
545 | { | 545 | { |