void mux_chip_unregister()

in core.c [185:188]


void mux_chip_unregister(struct mux_chip *mux_chip)
{
	device_del(&mux_chip->dev);
}