nvec_unregister_notifier
EXPORT_SYMBOL_GPL(nvec_unregister_notifier);
nvec_unregister_notifier(nvec, &nvec->nvec_status_notifier);
int nvec_unregister_notifier(struct nvec_chip *dev, struct notifier_block *nb);
nvec_unregister_notifier(nvec, &keys_dev.notifier);
nvec_unregister_notifier(power->nvec, &power->notifier);
nvec_unregister_notifier(nvec, &ps2_dev.notifier);