static int __init mux_init()

in core.c [39:43]


static int __init mux_init(void)
{
	ida_init(&mux_ida);
	return class_register(&mux_class);
}