diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-02 20:16:23 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-05 16:19:37 +0000 |
commit | 7362768c5097249bf8823d5c4446804f3ccd87e6 (patch) | |
tree | efc8b34a8dcd570267e1519c16da09c0d77780aa /src/mainboard/asus | |
parent | 1368244d487096685f1ef340ab6628be8c1d7149 (diff) |
arch/io.h: Drop includes in fam10 romstages
These files suffer from .c includes.
Change-Id: Id836595290922fcbd108a5ed576fc640b2530711
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31696
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/m4a78-em/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/m4a785-m/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/m5a88-v/romstage.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/romstage.c b/src/mainboard/asus/kfsn4-dre/romstage.c index ae778f2020..f6faf17152 100644 --- a/src/mainboard/asus/kfsn4-dre/romstage.c +++ b/src/mainboard/asus/kfsn4-dre/romstage.c @@ -21,7 +21,6 @@ #include <string.h> #include <device/pci_def.h> #include <device/pci_ids.h> -#include <arch/io.h> #include <device/pnp_ops.h> #include <device/pci_ops.h> #include <arch/cpu.h> diff --git a/src/mainboard/asus/m4a78-em/romstage.c b/src/mainboard/asus/m4a78-em/romstage.c index db81a93741..ffe283c61a 100644 --- a/src/mainboard/asus/m4a78-em/romstage.c +++ b/src/mainboard/asus/m4a78-em/romstage.c @@ -20,7 +20,6 @@ #include <stdint.h> #include <string.h> #include <device/pci_def.h> -#include <arch/io.h> #include <arch/cpu.h> #include <cpu/x86/lapic.h> #include <console/console.h> diff --git a/src/mainboard/asus/m4a785-m/romstage.c b/src/mainboard/asus/m4a785-m/romstage.c index a9117f73a5..3246bdd70a 100644 --- a/src/mainboard/asus/m4a785-m/romstage.c +++ b/src/mainboard/asus/m4a785-m/romstage.c @@ -20,7 +20,6 @@ #include <stdint.h> #include <string.h> #include <device/pci_def.h> -#include <arch/io.h> #include <arch/cpu.h> #include <cpu/x86/lapic.h> #include <console/console.h> diff --git a/src/mainboard/asus/m5a88-v/romstage.c b/src/mainboard/asus/m5a88-v/romstage.c index 0fe961f88f..899814feeb 100644 --- a/src/mainboard/asus/m5a88-v/romstage.c +++ b/src/mainboard/asus/m5a88-v/romstage.c @@ -20,7 +20,6 @@ #include <stdint.h> #include <string.h> #include <device/pci_def.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <arch/cpu.h> #include <cpu/x86/lapic.h> |