summaryrefslogtreecommitdiff
path: root/src/superio/ite/it8716f
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8716f')
-rw-r--r--src/superio/ite/it8716f/chip.h1
-rw-r--r--src/superio/ite/it8716f/it8716f_early_serial.c1
-rw-r--r--src/superio/ite/it8716f/superio.c2
3 files changed, 4 insertions, 0 deletions
diff --git a/src/superio/ite/it8716f/chip.h b/src/superio/ite/it8716f/chip.h
index 922716c7a6..fc52337a2a 100644
--- a/src/superio/ite/it8716f/chip.h
+++ b/src/superio/ite/it8716f/chip.h
@@ -21,6 +21,7 @@
#ifndef _SUPERIO_ITE_IT8716F
#define _SUPERIO_ITE_IT8716F
+#include <device/device.h>
#include <pc80/keyboard.h>
#include <uart8250.h>
diff --git a/src/superio/ite/it8716f/it8716f_early_serial.c b/src/superio/ite/it8716f/it8716f_early_serial.c
index 4dedc8ff6c..7c451b7a49 100644
--- a/src/superio/ite/it8716f/it8716f_early_serial.c
+++ b/src/superio/ite/it8716f/it8716f_early_serial.c
@@ -19,6 +19,7 @@
*/
#include <arch/romcc_io.h>
+#include <device/device.h>
#include "it8716f.h"
/* The base address is 0x2e or 0x4e, depending on config bytes. */
diff --git a/src/superio/ite/it8716f/superio.c b/src/superio/ite/it8716f/superio.c
index edda47726c..cec01bb07d 100644
--- a/src/superio/ite/it8716f/superio.c
+++ b/src/superio/ite/it8716f/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"