diff options
Diffstat (limited to 'kernel/module.c')
| -rw-r--r-- | kernel/module.c | 20 | 
1 files changed, 0 insertions, 20 deletions
diff --git a/kernel/module.c b/kernel/module.c index 9ad9ee9406d6..7f2ee45f362c 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -1949,26 +1949,6 @@ static int simplify_symbols(struct module *mod, const struct load_info *info)  	return ret;  } -int __weak apply_relocate(Elf_Shdr *sechdrs, -			  const char *strtab, -			  unsigned int symindex, -			  unsigned int relsec, -			  struct module *me) -{ -	pr_err("module %s: REL relocation unsupported\n", me->name); -	return -ENOEXEC; -} - -int __weak apply_relocate_add(Elf_Shdr *sechdrs, -			      const char *strtab, -			      unsigned int symindex, -			      unsigned int relsec, -			      struct module *me) -{ -	pr_err("module %s: RELA relocation unsupported\n", me->name); -	return -ENOEXEC; -} -  static int apply_relocations(struct module *mod, const struct load_info *info)  {  	unsigned int i;  |