static int __init tc_driver_init()

in tc-driver.c [104:107]


static int __init tc_driver_init(void)
{
	return bus_register(&tc_bus_type);
}