Exemplo n.º 1
0
static void __exit kdbm_task_exit(void)
{
	kdb_unregister("task");
	kdb_unregister("sigset");
}
Exemplo n.º 2
0
void
cleanup_module(void)
{
	kdb_unregister("acpi");
}
static void __exit kdb_hello_cmd_exit(void)
{
	kdb_unregister("hello");
}