Skip to content

Commit

Permalink
x86: mm/ioremap.c declare early_ioremap_debug and early_ioremap_neste…
Browse files Browse the repository at this point in the history
…d as static

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
  • Loading branch information
Jaswinder Singh committed Jul 23, 2008
1 parent 70ef564 commit 4b6e9f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 4b6e9f2

Please sign in to comment.