void __exit dca_sysfs_exit()

in dca-sysfs.c [85:89]


void __exit dca_sysfs_exit(void)
{
	class_destroy(dca_class);
	idr_destroy(&dca_idr);
}