diff options
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r-- | scripts/mod/modpost.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index e2bf4c927dd3..30f3ac8eb43c 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -346,8 +346,8 @@ static void parse_elf_finish(struct elf_info *info) | |||
346 | release_file(info->hdr, info->size); | 346 | release_file(info->hdr, info->size); |
347 | } | 347 | } |
348 | 348 | ||
349 | #define CRC_PFX "__crc_" | 349 | #define CRC_PFX MODULE_SYMBOL_PREFIX "__crc_" |
350 | #define KSYMTAB_PFX "__ksymtab_" | 350 | #define KSYMTAB_PFX MODULE_SYMBOL_PREFIX "__ksymtab_" |
351 | 351 | ||
352 | static void handle_modversions(struct module *mod, struct elf_info *info, | 352 | static void handle_modversions(struct module *mod, struct elf_info *info, |
353 | Elf_Sym *sym, const char *symname) | 353 | Elf_Sym *sym, const char *symname) |