- Separate out show_stack changes into own patch.
[linux-flexiantxendom0-3.2.10.git] / include / linux / moduleloader.h
index 0c9e9a6..eb10339 100644 (file)
@@ -41,4 +41,7 @@ int module_finalize(const Elf_Ehdr *hdr,
                    const Elf_Shdr *sechdrs,
                    struct module *mod);
 
+/* Any cleanup needed when module leaves. */
+void module_arch_cleanup(struct module *mod);
+
 #endif