]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9cd49efd911398b828ac5cf52a51a460967f975a
tree2160c0a36a673f6eae0996900787d4e9fe256a37
parent4fb592ea2efb1fbdd4d2fbc26a7508fc6562c215
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