void dca_unregister_notify()

in dca-core.c [438:441]


void dca_unregister_notify(struct notifier_block *nb)
{
	blocking_notifier_chain_unregister(&dca_provider_chain, nb);
}