From: Adrian Bunk Date: Mon, 7 Nov 2005 08:58:37 +0000 (-0800) Subject: [PATCH] arch/i386/kernel/scx200.c should #include X-Git-Tag: firefly_0821_release~40796 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cc658cfe3c66a6124b5a8db90cdcdd440201b1dc;p=firefly-linux-kernel-4.4.55.git [PATCH] arch/i386/kernel/scx200.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/scx200.c b/arch/i386/kernel/scx200.c index 69e203a0d330..9c968ae67c43 100644 --- a/arch/i386/kernel/scx200.c +++ b/arch/i386/kernel/scx200.c @@ -12,6 +12,7 @@ #include #include +#include /* Verify that the configuration block really is there */ #define scx200_cb_probe(base) (inw((base) + SCx200_CBA) == (base))