1UNREGISTER_REBOOT_NO(9)          Driver Basics         UNREGISTER_REBOOT_NO(9)
2
3
4

NAME

6       unregister_reboot_notifier - Unregister previously registered reboot
7       notifier
8

SYNOPSIS

10       int unregister_reboot_notifier(struct notifier_block * nb);
11

ARGUMENTS

13       nb
14           Hook to be unregistered
15

DESCRIPTION

17       Unregisters a previously registered reboot notifier function.
18
19       Returns zero on success, or -ENOENT on failure.
20
22Kernel Hackers Manual 3.10         June 2019           UNREGISTER_REBOOT_NO(9)
Impressum