]> Git Repo - linux.git/blobdiff - arch/m32r/kernel/module.c
chardev: add helper function to register char devs with a struct device
[linux.git] / arch / m32r / kernel / module.c
index 3071fe83ffc8aac10c1083bca7a7d940e9383400..38233b6596b6e837e7cdf67ccad02f93834fe1ef 100644 (file)
@@ -201,18 +201,3 @@ int apply_relocate_add(Elf32_Shdr *sechdrs,
        }
        return 0;
 }
-
-int apply_relocate(Elf32_Shdr *sechdrs,
-                      const char *strtab,
-                      unsigned int symindex,
-                      unsigned int relsec,
-                      struct module *me)
-{
-#if 0
-       printk(KERN_ERR "module %s: REL RELOCATION unsupported\n",
-              me->name);
-       return -ENOEXEC;
-#endif
-       return 0;
-
-}
This page took 0.035484 seconds and 4 git commands to generate.