aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-01-30 16:45:29 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-02-06 11:17:24 +0100
commite2f4c2a72f99c5069d4653bcb4c0589c44641268 (patch)
tree0cd3ffbc588018d81225e55d3f028df88ec8b299 /src/superio/ite
parentd0281f15eb352ca8efca6f32c727a1f73f307f11 (diff)
uart8250: Drop includes in superio
Change-Id: If723896cc31da75dbb3a63d5dc959764e96fded1 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5139 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/superio/ite')
-rw-r--r--src/superio/ite/it8661f/superio.c1
-rw-r--r--src/superio/ite/it8671f/chip.h1
-rw-r--r--src/superio/ite/it8671f/superio.c1
-rw-r--r--src/superio/ite/it8673f/chip.h1
-rw-r--r--src/superio/ite/it8673f/superio.c1
-rw-r--r--src/superio/ite/it8705f/superio.c1
-rw-r--r--src/superio/ite/it8712f/chip.h1
-rw-r--r--src/superio/ite/it8712f/superio.c1
-rw-r--r--src/superio/ite/it8716f/chip.h1
-rw-r--r--src/superio/ite/it8716f/superio.c1
-rw-r--r--src/superio/ite/it8718f/chip.h1
-rw-r--r--src/superio/ite/it8718f/superio.c1
-rw-r--r--src/superio/ite/it8721f/chip.h1
-rw-r--r--src/superio/ite/it8721f/superio.c1
-rw-r--r--src/superio/ite/it8772f/chip.h1
-rw-r--r--src/superio/ite/it8772f/superio.c1
16 files changed, 0 insertions, 16 deletions
diff --git a/src/superio/ite/it8661f/superio.c b/src/superio/ite/it8661f/superio.c
index 812af78b4f..4b7aa00e28 100644
--- a/src/superio/ite/it8661f/superio.c
+++ b/src/superio/ite/it8661f/superio.c
@@ -20,7 +20,6 @@
#include <device/device.h>
#include <device/pnp.h>
-#include <uart8250.h>
#include <stdlib.h>
#include "it8661f.h"
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"
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"
diff --git a/src/superio/ite/it8705f/superio.c b/src/superio/ite/it8705f/superio.c
index 1dedf457af..0df7f2d8ef 100644
--- a/src/superio/ite/it8705f/superio.c
+++ b/src/superio/ite/it8705f/superio.c
@@ -20,7 +20,6 @@
#include <device/device.h>
#include <device/pnp.h>
-#include <uart8250.h>
#include <stdlib.h>
#include "it8705f.h"
diff --git a/src/superio/ite/it8712f/chip.h b/src/superio/ite/it8712f/chip.h
index ffa0d0403c..1f159cd87f 100644
--- a/src/superio/ite/it8712f/chip.h
+++ b/src/superio/ite/it8712f/chip.h
@@ -23,7 +23,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
-#include <uart8250.h>
struct superio_ite_it8712f_config {
diff --git a/src/superio/ite/it8712f/superio.c b/src/superio/ite/it8712f/superio.c
index 619b2602f8..2fd3440ecf 100644
--- a/src/superio/ite/it8712f/superio.c
+++ b/src/superio/ite/it8712f/superio.c
@@ -21,7 +21,6 @@
#include <device/device.h>
#include <device/pnp.h>
-#include <uart8250.h>
#include <pc80/keyboard.h>
#include <arch/io.h>
#include <stdlib.h>
diff --git a/src/superio/ite/it8716f/chip.h b/src/superio/ite/it8716f/chip.h
index 12a4d89c44..33a265abb5 100644
--- a/src/superio/ite/it8716f/chip.h
+++ b/src/superio/ite/it8716f/chip.h
@@ -23,7 +23,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
-#include <uart8250.h>
struct superio_ite_it8716f_config {
diff --git a/src/superio/ite/it8716f/superio.c b/src/superio/ite/it8716f/superio.c
index 4b58bb4a47..8cf3c5f76b 100644
--- a/src/superio/ite/it8716f/superio.c
+++ b/src/superio/ite/it8716f/superio.c
@@ -24,7 +24,6 @@
#include <device/device.h>
#include <device/pnp.h>
#include <console/console.h>
-#include <uart8250.h>
#include <pc80/keyboard.h>
#include <arch/io.h>
#include <stdlib.h>
diff --git a/src/superio/ite/it8718f/chip.h b/src/superio/ite/it8718f/chip.h
index 8f84fdb837..a23687c6eb 100644
--- a/src/superio/ite/it8718f/chip.h
+++ b/src/superio/ite/it8718f/chip.h
@@ -23,7 +23,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
-#include <uart8250.h>
struct superio_ite_it8718f_config {
diff --git a/src/superio/ite/it8718f/superio.c b/src/superio/ite/it8718f/superio.c
index 17c7fadb9a..998d271250 100644
--- a/src/superio/ite/it8718f/superio.c
+++ b/src/superio/ite/it8718f/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"
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"
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>