static void __exit mux_exit()

in core.c [45:49]


static void __exit mux_exit(void)
{
	class_unregister(&mux_class);
	ida_destroy(&mux_ida);
}