aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8673f
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8673f')
-rw-r--r--src/superio/ite/it8673f/chip.h1
-rw-r--r--src/superio/ite/it8673f/superio.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/ite/it8673f/chip.h b/src/superio/ite/it8673f/chip.h
index ef19d17c29..c5fd8dedee 100644
--- a/src/superio/ite/it8673f/chip.h
+++ b/src/superio/ite/it8673f/chip.h
@@ -23,7 +23,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
-#include <uart8250.h>
struct superio_ite_it8673f_config {
diff --git a/src/superio/ite/it8673f/superio.c b/src/superio/ite/it8673f/superio.c
index 080c3bd26c..baa1ae17b1 100644
--- a/src/superio/ite/it8673f/superio.c
+++ b/src/superio/ite/it8673f/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"