Beispiel #1
0
static void __exit kdbm_task_exit(void)
{
	kdb_unregister("task");
	kdb_unregister("sigset");
}
void
cleanup_module(void)
{
	kdb_unregister("acpi");
}
static void __exit kdb_hello_cmd_exit(void)
{
	kdb_unregister("hello");
}