From 065857ee7fd61b05025d7a803e82f2b9b53cbc9a Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 2 Mar 2019 18:00:29 +0200 Subject: arch/io.h: Drop unnecessary include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I91158452680586ac676ea11c8589062880a31f91 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31692 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/superio/fintek/f71808a/f71808a_hwm.c | 1 - src/superio/fintek/f71808a/f71808a_multifunc.c | 1 - src/superio/fintek/f71808a/fintek_internal.h | 1 - src/superio/fintek/f71808a/superio.c | 1 - 4 files changed, 4 deletions(-) (limited to 'src/superio/fintek/f71808a') diff --git a/src/superio/fintek/f71808a/f71808a_hwm.c b/src/superio/fintek/f71808a/f71808a_hwm.c index 1f533233a0..a3702194cb 100644 --- a/src/superio/fintek/f71808a/f71808a_hwm.c +++ b/src/superio/fintek/f71808a/f71808a_hwm.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include #include #include #include diff --git a/src/superio/fintek/f71808a/f71808a_multifunc.c b/src/superio/fintek/f71808a/f71808a_multifunc.c index be4ff04838..32119e2919 100644 --- a/src/superio/fintek/f71808a/f71808a_multifunc.c +++ b/src/superio/fintek/f71808a/f71808a_multifunc.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include #include #include #include "chip.h" diff --git a/src/superio/fintek/f71808a/fintek_internal.h b/src/superio/fintek/f71808a/fintek_internal.h index 715ae5d7b4..7bdb94dcd4 100644 --- a/src/superio/fintek/f71808a/fintek_internal.h +++ b/src/superio/fintek/f71808a/fintek_internal.h @@ -18,7 +18,6 @@ #ifndef SUPERIO_FINTEK_F71808A_INTERNAL_H #define SUPERIO_FINTEK_F71808A_INTERNAL_H -#include #include void f71808a_multifunc_init(struct device *dev); diff --git a/src/superio/fintek/f71808a/superio.c b/src/superio/fintek/f71808a/superio.c index 061986d88d..200b21edf2 100644 --- a/src/superio/fintek/f71808a/superio.c +++ b/src/superio/fintek/f71808a/superio.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include #include #include #include -- cgit v1.2.3