static int __init dio_driver_init()

in dio-driver.c [133:136]


static int __init dio_driver_init(void)
{
	return bus_register(&dio_bus_type);
}