From 3f9c8d19d26e016de31d1e59a573913edc64ce5c Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 21 Jul 2007 17:10:28 +0200 Subject: [PATCH] i386: arch/i386/kernel/i8253.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: Andi Kleen Signed-off-by: Linus Torvalds --- arch/i386/kernel/i8253.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/i386/kernel/i8253.c b/arch/i386/kernel/i8253.c index bde249dda94..73c33429f0e 100644 --- a/arch/i386/kernel/i8253.c +++ b/arch/i386/kernel/i8253.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "io_ports.h" -- 2.41.0