void dca_sysfs_remove_req()

in dca-sysfs.c [30:33]


void dca_sysfs_remove_req(struct dca_provider *dca, int slot)
{
	device_destroy(dca_class, MKDEV(0, slot + 1));
}