Every file should #include the headers containing the prototypes for its global functions.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.19-rc6-mm2/arch/i386/kernel/reboot.c.old 2006-11-29 10:06:47.000000000 +0100 +++ linux-2.6.19-rc6-mm2/arch/i386/kernel/reboot.c 2006-11-29 10:06:59.000000000 +0100 @@ -12,6 +12,7 @@ #include <linux/dmi.h> #include <linux/ctype.h> #include <linux/pm.h> +#include <linux/reboot.h> #include <asm/uaccess.h> #include <asm/apic.h> #include <asm/desc.h> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/