diff options
Diffstat (limited to 'scripts/mod')
| -rw-r--r-- | scripts/mod/modpost.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 0b0d1080b1c5..f277e116e0eb 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -639,7 +639,7 @@ static void handle_modversions(struct module *mod, struct elf_info *info,  			       info->sechdrs[sym->st_shndx].sh_offset -  			       (info->hdr->e_type != ET_REL ?  				info->sechdrs[sym->st_shndx].sh_addr : 0); -			crc = *crcp; +			crc = TO_NATIVE(*crcp);  		}  		sym_update_crc(symname + strlen("__crc_"), mod, crc,  				export);  | 
