mirror of https://gitee.com/openkylin/linux.git
x86: mtrr/main.c declare range_state as static
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
This commit is contained in:
parent
8fd329a1ac
commit
1e84911c6c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue