From: Adrian Bunk Date: Thu, 7 Dec 2006 04:40:06 +0000 (-0800) Subject: [PATCH] arch/i386/kernel/reboot.c should #include X-Git-Tag: v3.12-rc1~32283^2~14^2~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd6ed52568e161ce924593ebc798050a2d23cca0;p=kernel%2Fkernel-generic.git [PATCH] arch/i386/kernel/reboot.c should #include Every file should #include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/kernel/reboot.c b/arch/i386/kernel/reboot.c index 84278e0..3514b41 100644 --- a/arch/i386/kernel/reboot.c +++ b/arch/i386/kernel/reboot.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include