From 39b13f4fa0b17b496ded754b875213b72d951129 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 1 Dec 2006 09:41:11 +0000 Subject: Add missing #includes to some ITE Super I/O files. Signed-off-by: Jon Dufresne Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2512 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/ite/it8661f/chip.h | 1 + src/superio/ite/it8661f/it8661f_early_serial.c | 1 + src/superio/ite/it8661f/superio.c | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'src/superio/ite/it8661f') diff --git a/src/superio/ite/it8661f/chip.h b/src/superio/ite/it8661f/chip.h index 691f0e2ab5..cc4ae6bfd9 100644 --- a/src/superio/ite/it8661f/chip.h +++ b/src/superio/ite/it8661f/chip.h @@ -23,6 +23,7 @@ /* This chip doesn't seem to have keyboard and mouse support. */ +#include #include extern struct chip_operations superio_ite_it8661f_ops; diff --git a/src/superio/ite/it8661f/it8661f_early_serial.c b/src/superio/ite/it8661f/it8661f_early_serial.c index 522ddf71cf..7a9b4925b7 100644 --- a/src/superio/ite/it8661f/it8661f_early_serial.c +++ b/src/superio/ite/it8661f/it8661f_early_serial.c @@ -19,6 +19,7 @@ */ #include +#include #include "it8661f.h" /* The base address is 0x3f0, 0x3bd, or 0x370, depending on config bytes. */ diff --git a/src/superio/ite/it8661f/superio.c b/src/superio/ite/it8661f/superio.c index e0dd46b0d7..5f04fc4ace 100644 --- a/src/superio/ite/it8661f/superio.c +++ b/src/superio/ite/it8661f/superio.c @@ -20,8 +20,9 @@ /* This chip doesn't seem to have keyboard and mouse support. */ +#include +#include #include -/* #include */ #include "chip.h" #include "it8661f.h" -- cgit v1.2.3