summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627thg
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83627thg')
-rw-r--r--src/superio/winbond/w83627thg/chip.h1
-rw-r--r--src/superio/winbond/w83627thg/superio.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/superio/winbond/w83627thg/chip.h b/src/superio/winbond/w83627thg/chip.h
index 975492ae43..692715e2c2 100644
--- a/src/superio/winbond/w83627thg/chip.h
+++ b/src/superio/winbond/w83627thg/chip.h
@@ -24,7 +24,6 @@
#define SUPERIO_WINBOND_W83627THG_CHIP_H
#include <pc80/keyboard.h>
-#include <uart8250.h>
struct superio_winbond_w83627thg_config {
diff --git a/src/superio/winbond/w83627thg/superio.c b/src/superio/winbond/w83627thg/superio.c
index 257cd0ad76..f6aba10bf2 100644
--- a/src/superio/winbond/w83627thg/superio.c
+++ b/src/superio/winbond/w83627thg/superio.c
@@ -26,7 +26,6 @@
#include <superio/conf_mode.h>
#include <console/console.h>
#include <string.h>
-#include <uart8250.h>
#include <pc80/keyboard.h>
#include "chip.h"
#include "w83627thg.h"