projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ef564
)
x86: mm/ioremap.c declare early_ioremap_debug and early_ioremap_nested as static
author
Jaswinder Singh
<jaswinder@infradead.org>
Wed, 23 Jul 2008 12:09:16 +0000
(17:39 +0530)
committer
Jaswinder Singh
<jaswinder@infradead.org>
Wed, 23 Jul 2008 12:09:16 +0000
(17:39 +0530)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
arch/x86/mm/ioremap.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/ioremap.c
b/arch/x86/mm/ioremap.c
index
24c1d3c
..
19fd9a3
100644
(file)
--- 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)
return;
}
-int __initdata early_ioremap_debug;
+
static
int __initdata early_ioremap_debug;
static int __init early_ioremap_debug_setup(char *str)
{
@@
-539,7
+539,7
@@
static inline void __init early_clear_fixmap(enum fixed_addresses idx)
}
-int __initdata early_ioremap_nested;
+
static
int __initdata early_ioremap_nested;
static int __init check_early_ioremap_leak(void)
{