summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8718f
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8718f')
-rw-r--r--src/superio/ite/it8718f/chip.h1
-rw-r--r--src/superio/ite/it8718f/it8718f_early_serial.c1
-rw-r--r--src/superio/ite/it8718f/superio.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/src/superio/ite/it8718f/chip.h b/src/superio/ite/it8718f/chip.h
index 95a8a05821..2f1e29f72e 100644
--- a/src/superio/ite/it8718f/chip.h
+++ b/src/superio/ite/it8718f/chip.h
@@ -21,6 +21,7 @@
#ifndef _SUPERIO_ITE_IT8718F
#define _SUPERIO_ITE_IT8718F
+#include <device/device.h>
#include <pc80/keyboard.h>
#include <uart8250.h>
diff --git a/src/superio/ite/it8718f/it8718f_early_serial.c b/src/superio/ite/it8718f/it8718f_early_serial.c
index 212f964604..ed750a042d 100644
--- a/src/superio/ite/it8718f/it8718f_early_serial.c
+++ b/src/superio/ite/it8718f/it8718f_early_serial.c
@@ -19,6 +19,7 @@
*/
#include <arch/romcc_io.h>
+#include <device/device.h>
#include "it8718f.h"
/* The base address is 0x2e or 0x4e, depending on config bytes. */
diff --git a/src/superio/ite/it8718f/superio.c b/src/superio/ite/it8718f/superio.c
index 0b91eab388..aeaadcf6b0 100644
--- a/src/superio/ite/it8718f/superio.c
+++ b/src/superio/ite/it8718f/superio.c
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <device/device.h>
+#include <device/pnp.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include "chip.h"