Fix arch headers.
[linux-flexiantxendom0-3.2.10.git] / arch / x86_64 / kernel / module.c
index 9236b4b..a82e568 100644 (file)
@@ -231,3 +231,7 @@ int module_finalize(const Elf_Ehdr *hdr,
 {
        return 0;
 }
+
+void module_arch_cleanup(struct module *mod)
+{
+}