aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8721f
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8721f')
-rw-r--r--src/superio/ite/it8721f/chip.h1
-rw-r--r--src/superio/ite/it8721f/superio.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/ite/it8721f/chip.h b/src/superio/ite/it8721f/chip.h
index 0ac4d03583..bd04460b5a 100644
--- a/src/superio/ite/it8721f/chip.h
+++ b/src/superio/ite/it8721f/chip.h
@@ -23,7 +23,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
-#include <uart8250.h>
struct superio_ite_it8721f_config {
struct pc_keyboard keyboard;
diff --git a/src/superio/ite/it8721f/superio.c b/src/superio/ite/it8721f/superio.c
index 6305d751e8..27eab4905d 100644
--- a/src/superio/ite/it8721f/superio.c
+++ b/src/superio/ite/it8721f/superio.c
@@ -21,7 +21,6 @@
#include <device/device.h>
#include <device/pnp.h>
-#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"