Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c166f23c authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent bb695170
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -4,6 +4,7 @@
#include <linux/notifier.h>
#include <linux/notifier.h>
#include <linux/rcupdate.h>
#include <linux/rcupdate.h>
#include <linux/vmalloc.h>
#include <linux/vmalloc.h>
#include <linux/reboot.h>


/*
/*
 *	Notifier list for kernel code which wants to be called
 *	Notifier list for kernel code which wants to be called