static int __init nubus_bus_register()

in bus.c [65:68]


static int __init nubus_bus_register(void)
{
	return bus_register(&nubus_bus_type);
}