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/mainboard/asus/kfsn4-dre | |
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/mainboard/asus/kfsn4-dre')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/resourcemap.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/acpi_tables.c b/src/mainboard/asus/kfsn4-dre/acpi_tables.c index 530521b197..ce3d4178da 100644 --- a/src/mainboard/asus/kfsn4-dre/acpi_tables.c +++ b/src/mainboard/asus/kfsn4-dre/acpi_tables.c @@ -23,7 +23,6 @@ #include <string.h> #include <assert.h> #include <arch/acpi.h> -#include <arch/io.h> #include <device/pci_ops.h> #include <arch/smp/mpspec.h> #include <device/pci.h> diff --git a/src/mainboard/asus/kfsn4-dre/resourcemap.c b/src/mainboard/asus/kfsn4-dre/resourcemap.c index 9efc60cb56..b48f8f1275 100644 --- a/src/mainboard/asus/kfsn4-dre/resourcemap.c +++ b/src/mainboard/asus/kfsn4-dre/resourcemap.c @@ -17,7 +17,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <commonlib/helpers.h> #include <northbridge/amd/amdfam10/amdfam10.h> |