static void ModuleExit(void) { #ifdef DEBUG printk("%s exit started\n",MODULE_NAME); #endif Device1Exit(); }
/* * does local module clean-up. */ static void sound_module_exit (void) { SOUNDDisable; // Disable the Sound Power Amp Device1Exit (); sound_free_gpio (); // iounmap (GpioBase); return; }
static void ModuleExit(void) { Device1Exit(); }