From 9c1dc7cbe17cc77636c7c7121c3ccb1dbb55c7b7 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Mon, 7 May 2018 07:36:16 -0700 Subject: vendorcode/amd/pi/00670F00: Remove unneeded includes Vendor code has several headers included into source code that are not needed in order to build them. Remove unneeded #include. This is part of controlling the build of unneeded procedures within vendor code. BUG=b:78610011 TEST=Build grunt. Change-Id: Id7d451b6be564632836fc64fd343131edb85183a Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/26134 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/vendorcode/amd/pi/00670F00/Lib/amdlib.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vendorcode/amd/pi/00670F00/Lib/amdlib.c') diff --git a/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c b/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c index 38df87804f..849d1a24e3 100644 --- a/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c +++ b/src/vendorcode/amd/pi/00670F00/Lib/amdlib.c @@ -45,8 +45,6 @@ #include #include -#include -#include #include "amdlib.h" CODE_GROUP (G1_PEICC) RDATA_GROUP (G1_PEICC) -- cgit v1.2.3