static void mcb_exit()

in mcb-core.c [503:507]


static void mcb_exit(void)
{
	ida_destroy(&mcb_ida);
	bus_unregister(&mcb_bus_type);
}