Fix arch headers.
[linux-flexiantxendom0-3.2.10.git] / arch / alpha / kernel / module.c
index f444a94..4259287 100644 (file)
@@ -300,3 +300,8 @@ module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs,
 {
        return 0;
 }
+
+void
+module_arch_cleanup(struct module *mod)
+{
+}