void free_dca_provider()

in dca-core.c [329:332]


void free_dca_provider(struct dca_provider *dca)
{
	kfree(dca);
}