X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Fscore%2Fkernel%2Fmodule.c;h=1378d99baa3d5744464ab4aa1f50591769ddc9a4;hb=2c218b7434205d2151118bd66832d73fb85e36ae;hp=469e3b64e2f26aa760a307d68827eacc0768df21;hpb=403299a8515c56db58454c57712f4dc96d6c1fde;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/score/kernel/module.c b/arch/score/kernel/module.c index 469e3b64e2f2..1378d99baa3d 100644 --- a/arch/score/kernel/module.c +++ b/arch/score/kernel/module.c @@ -125,16 +125,6 @@ int apply_relocate(Elf_Shdr *sechdrs, const char *strtab, return 0; } -int apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, - unsigned int symindex, unsigned int relsec, - struct module *me) -{ - /* Non-standard return value... most other arch's return -ENOEXEC - * for an unsupported relocation variant - */ - return 0; -} - /* Given an address, look for it in the module exception tables. */ const struct exception_table_entry *search_module_dbetables(unsigned long addr) {