- Separate out show_stack changes into own patch.
[linux-flexiantxendom0-3.2.10.git] / arch / sparc64 / kernel / module.c
index 9918b76..c24ee5a 100644 (file)
@@ -273,3 +273,7 @@ int module_finalize(const Elf_Ehdr *hdr,
 {
        return 0;
 }
+
+void module_arch_cleanup(struct module *mod)
+{
+}