aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300/kernel/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/kernel/module.c')
-rw-r--r--arch/h8300/kernel/module.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/h8300/kernel/module.c b/arch/h8300/kernel/module.c
index 4fd7138a6e03..cfc9127d2ced 100644
--- a/arch/h8300/kernel/module.c
+++ b/arch/h8300/kernel/module.c
@@ -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);
}