unregister_reboot_no(9)
NAME
- unregister_reboot_notifier - Unregister previously regis
- tered reboot notifier
SYNOPSIS
int unregister_reboot_notifier(struct notifier_block * nb);
ARGUMENTS
- nb
- Hook to be unregistered
DESCRIPTION
- Unregisters a previously registered reboot notifier func
- tion.
- Returns zero on success, or -ENOENT on failure.