From 065857ee7fd61b05025d7a803e82f2b9b53cbc9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= 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/soc/intel/braswell/bootblock/bootblock.c | 1 - src/soc/intel/braswell/elog.c | 1 - src/soc/intel/braswell/emmc.c | 1 - src/soc/intel/braswell/gfx.c | 1 - src/soc/intel/braswell/lpss.c | 1 - src/soc/intel/braswell/memmap.c | 1 - src/soc/intel/braswell/romstage/early_spi.c | 1 - src/soc/intel/braswell/sata.c | 1 - src/soc/intel/braswell/sd.c | 1 - 9 files changed, 9 deletions(-) (limited to 'src/soc/intel/braswell') diff --git a/src/soc/intel/braswell/bootblock/bootblock.c b/src/soc/intel/braswell/bootblock/bootblock.c index c544ff9b44..457b8b895d 100644 --- a/src/soc/intel/braswell/bootblock/bootblock.c +++ b/src/soc/intel/braswell/bootblock/bootblock.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include #include #include #include diff --git a/src/soc/intel/braswell/elog.c b/src/soc/intel/braswell/elog.c index 08994b43de..f1fc7d4e24 100644 --- a/src/soc/intel/braswell/elog.c +++ b/src/soc/intel/braswell/elog.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include #include #include #include diff --git a/src/soc/intel/braswell/emmc.c b/src/soc/intel/braswell/emmc.c index 238f8db4b8..09e801daaa 100644 --- a/src/soc/intel/braswell/emmc.c +++ b/src/soc/intel/braswell/emmc.c @@ -15,7 +15,6 @@ */ #include -#include #include #include #include diff --git a/src/soc/intel/braswell/gfx.c b/src/soc/intel/braswell/gfx.c index 9417409358..023a5b9ee0 100644 --- a/src/soc/intel/braswell/gfx.c +++ b/src/soc/intel/braswell/gfx.c @@ -15,7 +15,6 @@ */ #include "chip.h" -#include #include #include #include diff --git a/src/soc/intel/braswell/lpss.c b/src/soc/intel/braswell/lpss.c index 60ff49f709..d1ce76a5d6 100644 --- a/src/soc/intel/braswell/lpss.c +++ b/src/soc/intel/braswell/lpss.c @@ -15,7 +15,6 @@ */ #include -#include #include #include #include diff --git a/src/soc/intel/braswell/memmap.c b/src/soc/intel/braswell/memmap.c index d7c995290b..d2653f3093 100644 --- a/src/soc/intel/braswell/memmap.c +++ b/src/soc/intel/braswell/memmap.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include #include #include #include diff --git a/src/soc/intel/braswell/romstage/early_spi.c b/src/soc/intel/braswell/romstage/early_spi.c index e387ad8489..0ca5ef521f 100644 --- a/src/soc/intel/braswell/romstage/early_spi.c +++ b/src/soc/intel/braswell/romstage/early_spi.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include #include #include diff --git a/src/soc/intel/braswell/sata.c b/src/soc/intel/braswell/sata.c index 250764153f..ab167455da 100644 --- a/src/soc/intel/braswell/sata.c +++ b/src/soc/intel/braswell/sata.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include #include #include #include diff --git a/src/soc/intel/braswell/sd.c b/src/soc/intel/braswell/sd.c index c0c827d39c..2f3dadb1d0 100644 --- a/src/soc/intel/braswell/sd.c +++ b/src/soc/intel/braswell/sd.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include #include #include #include -- cgit v1.2.3