Skip to content

Commit

Permalink
x86: mtrr/main.c declare range_state as static
Browse files Browse the repository at this point in the history
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
  • Loading branch information
Jaswinder Singh authored and Ingo Molnar committed Jul 22, 2008
1 parent 8fd329a commit 1e84911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/mtrr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e84911

Please sign in to comment.