X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Fscore%2Fkernel%2Fmodule.c;h=1378d99baa3d5744464ab4aa1f50591769ddc9a4;hb=786d35d45cc40b2a51a18f73e14e135d47fdced7;hp=469e3b64e2f26aa760a307d68827eacc0768df21;hpb=35e51fe82ddcd8fb7f129d6dd8491c097d388665;p=deliverable%2Flinux.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) {