diff options
Diffstat (limited to 'arch/xtensa/kernel/module.c')
-rw-r--r-- | arch/xtensa/kernel/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/module.c b/arch/xtensa/kernel/module.c index 451dda928c93..b715237bae61 100644 --- a/arch/xtensa/kernel/module.c +++ b/arch/xtensa/kernel/module.c | |||
@@ -53,7 +53,7 @@ int apply_relocate_add(Elf32_Shdr *sechdrs, | |||
53 | struct module *mod) | 53 | struct module *mod) |
54 | { | 54 | { |
55 | unsigned int i; | 55 | unsigned int i; |
56 | Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; | 56 | Elf32_Rela *rela = (void *)sechdrs[relsec].sh_addr; |
57 | Elf32_Sym *sym; | 57 | Elf32_Sym *sym; |
58 | unsigned char *location; | 58 | unsigned char *location; |
59 | uint32_t value; | 59 | uint32_t value; |