]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/h8300/kernel/module.c
h8300: GENERIC_BUG support
[linux-2.6-omap-h63xx.git] / arch / h8300 / kernel / module.c
index 4fd7138a6e03d01217d92517d83fb58f531cd9d1..cfc9127d2cede26312fcaef364a35d6be0c95080 100644 (file)
@@ -114,9 +114,10 @@ int module_finalize(const Elf_Ehdr *hdr,
                    const Elf_Shdr *sechdrs,
                    struct module *me)
 {
-       return 0;
+       return module_bug_finalize(hdr, sechdrs, me);
 }
 
 void module_arch_cleanup(struct module *mod)
 {
+       module_bug_cleanup(mod);
 }