diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-10-18 07:51:03 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-10-19 06:20:14 +0200 |
commit | 50c9637e15ddd78f896419f2335457de4fe22d77 (patch) | |
tree | 2a8b281211cce06473d47a5db76495a435064d72 /src/mainboard/jetway | |
parent | a1ebbc42ad791369c2e4f626e46917bdb1459d72 (diff) | |
download | coreboot-50c9637e15ddd78f896419f2335457de4fe22d77.tar.xz |
AGESA fam12 fam14 fam15: Sanitize BiosCallOuts headers
Change-Id: Ic08f1f2fdbcf6164eb1a0330f9134da3fdb978d7
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/7114
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/jetway')
-rw-r--r-- | src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c b/src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c index 347a7b76d5..ad4934e348 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c +++ b/src/mainboard/jetway/nf81-t56n-lf/PlatformGnbPcie.c @@ -19,7 +19,6 @@ */ #include "PlatformGnbPcieComplex.h" -#include "BiosCallOuts.h" #include <string.h> #include <vendorcode/amd/agesa/f14/Proc/CPU/heapManager.h> |