static int nubus_bus_match()

in bus.c [17:20]


static int nubus_bus_match(struct device *dev, struct device_driver *driver)
{
	return 1;
}