static void nubus_device_remove()

in bus.c [32:38]


static void nubus_device_remove(struct device *dev)
{
	struct nubus_driver *ndrv = to_nubus_driver(dev->driver);

	if (ndrv->remove)
		ndrv->remove(to_nubus_board(dev));
}