VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / mips / kernel / module-elf32.c
index 35818bb..ffd216d 100644 (file)
@@ -248,14 +248,3 @@ int apply_relocate_add(Elf32_Shdr *sechdrs,
               me->name);
        return -ENOEXEC;
 }
-
-int module_finalize(const Elf_Ehdr *hdr,
-                   const Elf_Shdr *sechdrs,
-                   struct module *me)
-{
-       return 0;
-}
-
-void module_arch_cleanup(struct module *mod)
-{
-}