aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8772f
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8772f')
-rw-r--r--src/superio/ite/it8772f/chip.h1
-rw-r--r--src/superio/ite/it8772f/superio.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/ite/it8772f/chip.h b/src/superio/ite/it8772f/chip.h
index 010c59a8ae..9c9aaa6b1e 100644
--- a/src/superio/ite/it8772f/chip.h
+++ b/src/superio/ite/it8772f/chip.h
@@ -23,7 +23,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
-#include <uart8250.h>
struct superio_ite_it8772f_config {
struct pc_keyboard keyboard;
diff --git a/src/superio/ite/it8772f/superio.c b/src/superio/ite/it8772f/superio.c
index 5004c102a1..e7e82a8e80 100644
--- a/src/superio/ite/it8772f/superio.c
+++ b/src/superio/ite/it8772f/superio.c
@@ -20,7 +20,6 @@
#include <device/device.h>
#include <device/pnp.h>
-#include <uart8250.h>
#include <pc80/keyboard.h>
#include <arch/io.h>
#include <stdlib.h>