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/jetway/nf81-t56n-lf/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/jetway/nf81-t56n-lf/mptable.c')
-rw-r--r-- | src/mainboard/jetway/nf81-t56n-lf/mptable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/jetway/nf81-t56n-lf/mptable.c b/src/mainboard/jetway/nf81-t56n-lf/mptable.c index 5f91c777e0..140b874226 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/mptable.c +++ b/src/mainboard/jetway/nf81-t56n-lf/mptable.c @@ -20,7 +20,6 @@ #include <arch/ioapic.h> #include <arch/smp/mpspec.h> #include <console/console.h> -#include <cpu/amd/amdfam14.h> #include <device/pci.h> #include <drivers/generic/ioapic/chip.h> #include <stdint.h> |