From e2f4c2a72f99c5069d4653bcb4c0589c44641268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Thu, 30 Jan 2014 16:45:29 +0200 Subject: uart8250: Drop includes in superio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If723896cc31da75dbb3a63d5dc959764e96fded1 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5139 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Alexandru Gagniuc --- src/superio/fintek/f71805f/superio.c | 1 - src/superio/fintek/f71859/superio.c | 1 - src/superio/fintek/f71863fg/chip.h | 1 - src/superio/fintek/f71863fg/superio.c | 1 - src/superio/fintek/f71869ad/chip.h | 1 - src/superio/fintek/f71869ad/superio.c | 1 - src/superio/fintek/f71872/chip.h | 1 - src/superio/fintek/f71889/chip.h | 1 - src/superio/fintek/f71889/superio.c | 1 - src/superio/fintek/f81865f/chip.h | 1 - 10 files changed, 10 deletions(-) (limited to 'src/superio/fintek') diff --git a/src/superio/fintek/f71805f/superio.c b/src/superio/fintek/f71805f/superio.c index 4a31606895..fa9608f326 100644 --- a/src/superio/fintek/f71805f/superio.c +++ b/src/superio/fintek/f71805f/superio.c @@ -24,7 +24,6 @@ #include #include #include -#include #include "f71805f.h" static void f71805f_init(device_t dev) diff --git a/src/superio/fintek/f71859/superio.c b/src/superio/fintek/f71859/superio.c index 2736c0b988..8eca710080 100644 --- a/src/superio/fintek/f71859/superio.c +++ b/src/superio/fintek/f71859/superio.c @@ -25,7 +25,6 @@ #include #include #include -#include #include "f71859.h" static void f71859_init(device_t dev) diff --git a/src/superio/fintek/f71863fg/chip.h b/src/superio/fintek/f71863fg/chip.h index 5558d70c82..908482447b 100644 --- a/src/superio/fintek/f71863fg/chip.h +++ b/src/superio/fintek/f71863fg/chip.h @@ -23,7 +23,6 @@ #include #include -#include struct superio_fintek_f71863fg_config { diff --git a/src/superio/fintek/f71863fg/superio.c b/src/superio/fintek/f71863fg/superio.c index 4159e6ddc6..29b5ab3307 100644 --- a/src/superio/fintek/f71863fg/superio.c +++ b/src/superio/fintek/f71863fg/superio.c @@ -24,7 +24,6 @@ #include #include #include -#include #include "chip.h" #include "f71863fg.h" diff --git a/src/superio/fintek/f71869ad/chip.h b/src/superio/fintek/f71869ad/chip.h index 78f366494c..5b18c33f48 100644 --- a/src/superio/fintek/f71869ad/chip.h +++ b/src/superio/fintek/f71869ad/chip.h @@ -23,7 +23,6 @@ #include #include -#include struct superio_fintek_f71869ad_config { struct pc_keyboard keyboard; diff --git a/src/superio/fintek/f71869ad/superio.c b/src/superio/fintek/f71869ad/superio.c index 442ca00911..c9aa0b394f 100644 --- a/src/superio/fintek/f71869ad/superio.c +++ b/src/superio/fintek/f71869ad/superio.c @@ -24,7 +24,6 @@ #include #include #include -#include #include "chip.h" #include "f71869ad.h" diff --git a/src/superio/fintek/f71872/chip.h b/src/superio/fintek/f71872/chip.h index ef10403261..a6ac51fe45 100644 --- a/src/superio/fintek/f71872/chip.h +++ b/src/superio/fintek/f71872/chip.h @@ -22,7 +22,6 @@ #define SUPERIO_FINTEK_F71872_CHIP_H #include -#include struct superio_fintek_f71872_config { diff --git a/src/superio/fintek/f71889/chip.h b/src/superio/fintek/f71889/chip.h index 6199223aad..2895efc92e 100644 --- a/src/superio/fintek/f71889/chip.h +++ b/src/superio/fintek/f71889/chip.h @@ -23,7 +23,6 @@ #include #include -#include struct superio_fintek_f71889_config { diff --git a/src/superio/fintek/f71889/superio.c b/src/superio/fintek/f71889/superio.c index 450f9385c2..71edafcd53 100644 --- a/src/superio/fintek/f71889/superio.c +++ b/src/superio/fintek/f71889/superio.c @@ -24,7 +24,6 @@ #include #include #include -#include #include "chip.h" #include "f71889.h" diff --git a/src/superio/fintek/f81865f/chip.h b/src/superio/fintek/f81865f/chip.h index 735018b93f..fc17c0f72f 100644 --- a/src/superio/fintek/f81865f/chip.h +++ b/src/superio/fintek/f81865f/chip.h @@ -22,7 +22,6 @@ #define SUPERIO_FINTEK_F81865_CHIP_H #include -#include /* This chip doesn't have keyboard and mouse support. */ -- cgit v1.2.3