diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-14 21:09:49 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-16 14:05:23 +0000 |
commit | 2c760f5b701f58d4f423f6dd32d1d0010c985d9f (patch) | |
tree | f6ba3bce1376c755a1eb09dd0ff2e1670976cc9b /src | |
parent | 6f2de3c3f02a4d903a19327c8e2f96610b7a2e07 (diff) |
src/mb: Remove unused 'include <arch/io.h>'
Change-Id: I03461cb9e87b4ddd599e5601637a75b012694e7c
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36047
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/hp/z220_sff_workstation/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/ibase/mb899/superio_hwm.c | 1 | ||||
-rw-r--r-- | src/mainboard/kontron/986lcd-m/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x201/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/razer/blade_stealth_kbl/romstage.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/hp/z220_sff_workstation/romstage.c b/src/mainboard/hp/z220_sff_workstation/romstage.c index 0a736942f2..54bfae353f 100644 --- a/src/mainboard/hp/z220_sff_workstation/romstage.c +++ b/src/mainboard/hp/z220_sff_workstation/romstage.c @@ -17,7 +17,6 @@ */ #include <stdint.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <device/pci_def.h> #include <superio/nuvoton/npcd378/npcd378.h> diff --git a/src/mainboard/ibase/mb899/superio_hwm.c b/src/mainboard/ibase/mb899/superio_hwm.c index a7f6acf97a..aa88cc76ed 100644 --- a/src/mainboard/ibase/mb899/superio_hwm.c +++ b/src/mainboard/ibase/mb899/superio_hwm.c @@ -15,7 +15,6 @@ */ #include <types.h> -#include <arch/io.h> #include <console/console.h> #include <device/device.h> #include <pc80/mc146818rtc.h> diff --git a/src/mainboard/kontron/986lcd-m/mainboard.c b/src/mainboard/kontron/986lcd-m/mainboard.c index 509e894507..b3e84278a3 100644 --- a/src/mainboard/kontron/986lcd-m/mainboard.c +++ b/src/mainboard/kontron/986lcd-m/mainboard.c @@ -20,7 +20,6 @@ #include <console/console.h> #include <drivers/intel/gma/int15.h> #include <pc80/mc146818rtc.h> -#include <arch/io.h> #include <superio/hwm5_conf.h> /* Hardware Monitor */ diff --git a/src/mainboard/lenovo/x201/mainboard.c b/src/mainboard/lenovo/x201/mainboard.c index 56c439bb58..a57d863eb4 100644 --- a/src/mainboard/lenovo/x201/mainboard.c +++ b/src/mainboard/lenovo/x201/mainboard.c @@ -18,7 +18,6 @@ #include <console/console.h> #include <device/device.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <ec/acpi/ec.h> #include <northbridge/intel/nehalem/nehalem.h> diff --git a/src/mainboard/razer/blade_stealth_kbl/romstage.c b/src/mainboard/razer/blade_stealth_kbl/romstage.c index 893d28a2ab..f18e6c9827 100644 --- a/src/mainboard/razer/blade_stealth_kbl/romstage.c +++ b/src/mainboard/razer/blade_stealth_kbl/romstage.c @@ -20,7 +20,6 @@ #include <assert.h> #include <soc/romstage.h> #include <spd_bin.h> -#include <arch/io.h> #include "spd/spd.h" #include <ec/acpi/ec.h> #include <stdint.h> |