Example #1
0
static void ModuleExit(void)
{
#ifdef DEBUG
  printk("%s exit started\n",MODULE_NAME);
#endif

  Device1Exit();

}
Example #2
0
/*
 *	does local module clean-up.
 */
static void sound_module_exit (void)
{
	SOUNDDisable;		// Disable the Sound Power Amp

	Device1Exit ();
	sound_free_gpio ();

//	iounmap (GpioBase);

	return;
}
Example #3
0
static void ModuleExit(void)
{
    Device1Exit();

}