Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel/notifier.c should #include <linux/reboot.h>
Every file should include the headers containing the prototypes for its global functions (in this case {,un}register_reboot_notifier()). Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information