diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-12 15:12:08 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-19 05:23:18 +0000 |
commit | 21c8f9cab3e52e811c60e141c274e9504feb195b (patch) | |
tree | dfbd26ccbf07ed0ca8c97e72115d0ea9db7e2f7e /src/mainboard/amd/mahogany_fam10 | |
parent | 19ea62e19dabdaef4032ab40e7ff9b2ac79d9b81 (diff) | |
download | coreboot-21c8f9cab3e52e811c60e141c274e9504feb195b.tar.xz |
mainboard: Remove useless include <device/pci_ids.h>
Change-Id: I4ee3cc42302c44dc80ae1f285579a4d1775aec16
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30199
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/amd/mahogany_fam10')
-rw-r--r-- | src/mainboard/amd/mahogany_fam10/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/amd/mahogany_fam10/get_bus_conf.c | 1 | ||||
-rw-r--r-- | src/mainboard/amd/mahogany_fam10/romstage.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/amd/mahogany_fam10/acpi_tables.c b/src/mainboard/amd/mahogany_fam10/acpi_tables.c index 33234eba13..3cba4e8168 100644 --- a/src/mainboard/amd/mahogany_fam10/acpi_tables.c +++ b/src/mainboard/amd/mahogany_fam10/acpi_tables.c @@ -18,7 +18,6 @@ #include <arch/acpigen.h> #include <arch/ioapic.h> #include <device/pci.h> -#include <device/pci_ids.h> #include <cpu/amd/amdfam10_sysconf.h> #include "mb_sysconf.h" diff --git a/src/mainboard/amd/mahogany_fam10/get_bus_conf.c b/src/mainboard/amd/mahogany_fam10/get_bus_conf.c index 09aead726f..eca0ba7187 100644 --- a/src/mainboard/amd/mahogany_fam10/get_bus_conf.c +++ b/src/mainboard/amd/mahogany_fam10/get_bus_conf.c @@ -14,7 +14,6 @@ */ #include <device/pci.h> -#include <device/pci_ids.h> #include <string.h> #include <stdint.h> #include <stdlib.h> diff --git a/src/mainboard/amd/mahogany_fam10/romstage.c b/src/mainboard/amd/mahogany_fam10/romstage.c index 39ff7a0f86..ef7afdeb71 100644 --- a/src/mainboard/amd/mahogany_fam10/romstage.c +++ b/src/mainboard/amd/mahogany_fam10/romstage.c @@ -24,7 +24,6 @@ #include <stdint.h> #include <string.h> #include <device/pci_def.h> -#include <device/pci_ids.h> #include <arch/io.h> #include <arch/cpu.h> #include <device/pnp_def.h> |