1. NAME

unregister_reboot_notifier - Unregister previously registered reboot notifier

2. SYNOPSIS

int unregister_reboot_notifier(struct notifier_block *  nb );

3. ARGUMENTS

nb
    Hook to be unregistered

4. DESCRIPTION

Unregisters a previously registered reboot notifier function.

Returns zero on success, or -ENOENT on failure.

5. COPYRIGHT