#include #include static void __exit exit_aauug(void) { printk(KERN_DEBUG "AaUUG: Goodbye World\n"); } module_exit(exit_aauug)