diff options
Diffstat (limited to 'arch/h8300/kernel/module.c')
-rw-r--r-- | arch/h8300/kernel/module.c | 3 |
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, | |||
114 | const Elf_Shdr *sechdrs, | 114 | const Elf_Shdr *sechdrs, |
115 | struct module *me) | 115 | struct module *me) |
116 | { | 116 | { |
117 | return 0; | 117 | return module_bug_finalize(hdr, sechdrs, me); |
118 | } | 118 | } |
119 | 119 | ||
120 | void module_arch_cleanup(struct module *mod) | 120 | void module_arch_cleanup(struct module *mod) |
121 | { | 121 | { |
122 | module_bug_cleanup(mod); | ||
122 | } | 123 | } |