x86: mtrr/main.c declare range_state as static
authorJaswinder Singh <jaswinder@infradead.org>
Mon, 21 Jul 2008 17:28:29 +0000 (22:58 +0530)
committerIngo Molnar <mingo@elte.hu>
Tue, 22 Jul 2008 12:36:10 +0000 (14:36 +0200)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
arch/x86/kernel/cpu/mtrr/main.c

index 6f23969..b5ade28 100644 (file)
@@ -729,7 +729,7 @@ struct var_mtrr_range_state {
        mtrr_type type;
 };
 
-struct var_mtrr_range_state __initdata range_state[RANGE_NUM];
+static struct var_mtrr_range_state __initdata range_state[RANGE_NUM];
 static int __initdata debug_print;
 
 static int __init