From: Adrian Bunk Date: Mon, 7 Nov 2005 08:58:36 +0000 (-0800) Subject: [PATCH] arch/i386/kernel/reboot_fixups.c should #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5cc6135af73ad0c7897d1d00ff361e510ac23ccb;p=mv-sheeva.git [PATCH] arch/i386/kernel/reboot_fixups.c should #include Every file should #include the header files containing the prototypes of 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_fixups.c b/arch/i386/kernel/reboot_fixups.c index 6f73c9ea4e3..10e21a4773d 100644 --- a/arch/i386/kernel/reboot_fixups.c +++ b/arch/i386/kernel/reboot_fixups.c @@ -10,6 +10,7 @@ #include #include +#include static void cs5530a_warm_reset(struct pci_dev *dev) {