diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 1d3ccb173fd6..aca980365956 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -315,7 +315,7 @@ struct module | |||
315 | */ | 315 | */ |
316 | Elf_Sym *symtab, *core_symtab; | 316 | Elf_Sym *symtab, *core_symtab; |
317 | unsigned int num_symtab, core_num_syms; | 317 | unsigned int num_symtab, core_num_syms; |
318 | char *strtab; | 318 | char *strtab, *core_strtab; |
319 | 319 | ||
320 | /* Section attributes */ | 320 | /* Section attributes */ |
321 | struct module_sect_attrs *sect_attrs; | 321 | struct module_sect_attrs *sect_attrs; |