diff options
-rw-r--r-- | arch/x86/tools/relocs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/tools/relocs.c b/arch/x86/tools/relocs.c index bbb1d2259ecf..a5efb21d5228 100644 --- a/arch/x86/tools/relocs.c +++ b/arch/x86/tools/relocs.c | |||
@@ -695,7 +695,7 @@ static void walk_relocs(int (*process)(struct section *sec, Elf_Rel *rel, | |||
695 | * | 695 | * |
696 | */ | 696 | */ |
697 | static int per_cpu_shndx = -1; | 697 | static int per_cpu_shndx = -1; |
698 | Elf_Addr per_cpu_load_addr; | 698 | static Elf_Addr per_cpu_load_addr; |
699 | 699 | ||
700 | static void percpu_init(void) | 700 | static void percpu_init(void) |
701 | { | 701 | { |