Commit 813ab47f authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jens Axboe

[PATCH] M68k module

M68k: Add missing module_arch_cleanup()
parent 8b551fcc
......@@ -93,3 +93,7 @@ int module_finalize(const Elf_Ehdr *hdr,
{
return 0;
}
void module_arch_cleanup(struct module *mod)
{
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment