[PATCH] arch/i386/kernel/reboot.c should #include <linux/reboot.h>
authorAdrian Bunk <bunk@stusta.de>
Thu, 7 Dec 2006 04:40:06 +0000 (20:40 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:44 +0000 (08:39 -0800)
commitcd6ed52568e161ce924593ebc798050a2d23cca0
tree28d70836236179396e6f3846a10fa56f0ae28560
parentd0ce7d0346132808d7170b56a01fa582324a7f4d
[PATCH] arch/i386/kernel/reboot.c should #include <linux/reboot.h>

Every file should #include the headers containing the prototypes for
its global functions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/reboot.c