Add ia64 patch.
[linux-flexiantxendom0-3.2.10.git] / arch / i386 / kernel / module.c
index 463a2c7..e8258ad 100644 (file)
@@ -123,3 +123,7 @@ int module_finalize(const Elf_Ehdr *hdr,
        }       
        return 0;
 }
+
+void module_arch_cleanup(struct module *mod)
+{
+}