Make most arch asm/module.h files use asm-generic/module.h
[deliverable/linux.git] / arch / score / kernel / module.c
index 469e3b64e2f26aa760a307d68827eacc0768df21..1378d99baa3d5744464ab4aa1f50591769ddc9a4 100644 (file)
@@ -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)
 {
This page took 0.023575 seconds and 5 git commands to generate.