Пример #1
0
static void __exit ozwpan_exit(void)
{
	oz_protocol_term();
	oz_apps_term();
	oz_cdev_deregister();
	oz_event_term();
}
Пример #2
0
/*------------------------------------------------------------------------------
 * Context: process
 */
static void __exit ozwpan_exit(void)
{
    oz_protocol_term();
    oz_apps_term();
    oz_cdev_deregister();
    oz_event_term();
#ifdef CONFIG_DEBUG_FS
    oz_debugfs_remove();
#endif
}