kernel/notifier.c should #include <linux/reboot.h>
authorAdrian Bunk <bunk@kernel.org>
Wed, 6 Feb 2008 09:36:46 +0000 (01:36 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:02 +0000 (10:41 -0800)
commitc166f23cb56a76983ce860739d95c8296e57d6b3
tree2160c0a36a673f6eae0996900787d4e9fe256a37
parentbb695170d8dff3f22682b6c19df64dc093f58c0a
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>
kernel/notifier.c