From: Adrian Bunk Date: Thu, 7 Dec 2006 04:40:06 +0000 (-0800) Subject: [PATCH] arch/i386/kernel/reboot.c should #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cd6ed52568e161ce924593ebc798050a2d23cca0;p=linux-beck.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 84278e0093a2..3514b4153f7f 100644 --- a/arch/i386/kernel/reboot.c +++ b/arch/i386/kernel/reboot.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include