aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8671f
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8671f')
-rw-r--r--src/superio/ite/it8671f/chip.h1
-rw-r--r--src/superio/ite/it8671f/superio.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/ite/it8671f/chip.h b/src/superio/ite/it8671f/chip.h
index 13b2079f01..7d5c1d4c95 100644
--- a/src/superio/ite/it8671f/chip.h
+++ b/src/superio/ite/it8671f/chip.h
@@ -23,7 +23,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
-#include <uart8250.h>
struct superio_ite_it8671f_config {
diff --git a/src/superio/ite/it8671f/superio.c b/src/superio/ite/it8671f/superio.c
index 423dbfea32..21c70ecb10 100644
--- a/src/superio/ite/it8671f/superio.c
+++ b/src/superio/ite/it8671f/superio.c
@@ -20,7 +20,6 @@
#include <device/device.h>
#include <device/pnp.h>
-#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"