From: Adrian Bunk 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 Signed-off-by: Andrew Morton --- kernel/notifier.c | 1 + 1 file changed, 1 insertion(+) diff -puN kernel/notifier.c~kernel-notifierc-should-include-linux-rebooth kernel/notifier.c --- a/kernel/notifier.c~kernel-notifierc-should-include-linux-rebooth +++ a/kernel/notifier.c @@ -4,6 +4,7 @@ #include #include #include +#include /* * Notifier list for kernel code which wants to be called _