aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/ioremap.c
diff options
context:
space:
mode:
authorJaswinder Singh <jaswinder@infradead.org>2008-07-23 08:09:16 -0400
committerJaswinder Singh <jaswinder@infradead.org>2008-07-23 08:09:16 -0400
commit4b6e9f27d0034740e9cfa341b45c229ba30ec0c5 (patch)
treeab3886152df31e07481f8d9157c291b559e61da9 /arch/x86/mm/ioremap.c
parent70ef56414ec7e01d787c8e959bb259845df4ee4f (diff)
x86: mm/ioremap.c declare early_ioremap_debug and early_ioremap_nested as static
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
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 24c1d3c3018..19fd9a3c521 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
416int __initdata early_ioremap_debug; 416static int __initdata early_ioremap_debug;
417 417
418static int __init early_ioremap_debug_setup(char *str) 418static 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
542int __initdata early_ioremap_nested; 542static int __initdata early_ioremap_nested;
543 543
544static int __init check_early_ioremap_leak(void) 544static int __init check_early_ioremap_leak(void)
545{ 545{