diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-18 12:10:21 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-19 18:38:58 +0000 |
commit | d082b6ae848a91628b210ed7ff9fcc829cfa74f5 (patch) | |
tree | 8c0b402e9c7473983e4584ba4e91dfefab29d503 /src/mainboard/elmex/pcm205400/mptable.c | |
parent | c924f3982968ff099db49949b8b60963008e3d37 (diff) | |
download | coreboot-d082b6ae848a91628b210ed7ff9fcc829cfa74f5.tar.xz |
AGESA binaryPI: Clean up amdfamXX.h include
Change-Id: Iba8b8d33e1f10e28745234988d97d4fafd04c798
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21583
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/mainboard/elmex/pcm205400/mptable.c')
-rw-r--r-- | src/mainboard/elmex/pcm205400/mptable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/elmex/pcm205400/mptable.c b/src/mainboard/elmex/pcm205400/mptable.c index 8e954cd0d1..4f533a40cb 100644 --- a/src/mainboard/elmex/pcm205400/mptable.c +++ b/src/mainboard/elmex/pcm205400/mptable.c @@ -21,7 +21,6 @@ #include <arch/io.h> #include <string.h> #include <stdint.h> -#include <cpu/amd/amdfam14.h> #include <SBPLATFORM.h> #include <southbridge/amd/common/amd_pci_util.h> #include <drivers/generic/ioapic/chip.h> |