powerpc: remove unused variable
[pandora-kernel.git] / arch / powerpc / kernel / module.c
index 4ef93ae..49cee9d 100644 (file)
@@ -63,7 +63,6 @@ int module_finalize(const Elf_Ehdr *hdr,
                const Elf_Shdr *sechdrs, struct module *me)
 {
        const Elf_Shdr *sect;
-       int err;
 
        /* Apply feature fixups */
        sect = find_section(hdr, sechdrs, "__ftr_fixup");