aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/module.c')
-rw-r--r--arch/powerpc/kernel/module.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/kernel/module.c b/arch/powerpc/kernel/module.c
index 477c663e0140..4ef93ae2235f 100644
--- a/arch/powerpc/kernel/module.c
+++ b/arch/powerpc/kernel/module.c
@@ -65,10 +65,6 @@ int module_finalize(const Elf_Ehdr *hdr,
65 const Elf_Shdr *sect; 65 const Elf_Shdr *sect;
66 int err; 66 int err;
67 67
68 err = module_bug_finalize(hdr, sechdrs, me);
69 if (err)
70 return err;
71
72 /* Apply feature fixups */ 68 /* Apply feature fixups */
73 sect = find_section(hdr, sechdrs, "__ftr_fixup"); 69 sect = find_section(hdr, sechdrs, "__ftr_fixup");
74 if (sect != NULL) 70 if (sect != NULL)
@@ -101,5 +97,4 @@ int module_finalize(const Elf_Ehdr *hdr,
101 97
102void module_arch_cleanup(struct module *mod) 98void module_arch_cleanup(struct module *mod)
103{ 99{
104 module_bug_cleanup(mod);
105} 100}