diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-02 18:00:29 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-04 15:08:03 +0000 |
commit | 065857ee7fd61b05025d7a803e82f2b9b53cbc9a (patch) | |
tree | 3016bedfeac37b6aca649f1474f6343228ae9673 /src/soc/intel/braswell | |
parent | bdaec07a859c0c05e7fd5276a15b3933da574368 (diff) |
arch/io.h: Drop unnecessary include
Change-Id: I91158452680586ac676ea11c8589062880a31f91
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31692
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/braswell')
-rw-r--r-- | src/soc/intel/braswell/bootblock/bootblock.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/elog.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/emmc.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/gfx.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/lpss.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/memmap.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/romstage/early_spi.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/sata.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/sd.c | 1 |
9 files changed, 0 insertions, 9 deletions
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 <arch/io.h> #include <device/pci_ops.h> #include <cpu/x86/cache.h> #include <cpu/x86/msr.h> 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 <arch/io.h> #include <arch/acpi.h> #include <cbmem.h> #include <console/console.h> 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 <stdint.h> -#include <arch/io.h> #include <console/console.h> #include <device/device.h> #include <device/pci.h> 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 <arch/io.h> #include <console/console.h> #include <device/device.h> #include <device/pci.h> 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 <stdint.h> -#include <arch/io.h> #include <cbmem.h> #include <console/console.h> #include <device/device.h> 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 <arch/io.h> #include <cbmem.h> #include <fsp/memmap.h> #include <soc/iosf.h> 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 <arch/io.h> #include <delay.h> #include <console/console.h> 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 <arch/io.h> #include <soc/pci_devs.h> #include <soc/ramstage.h> #include <soc/sata.h> 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 <arch/io.h> #include <device/pci_ops.h> #include <console/console.h> #include <device/device.h> |