From 2c5652d72b82dcad7b8dda872391ebdb3664a567 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 14 Oct 2018 10:51:13 +0200 Subject: mb: Fix non-local header treated as local Change-Id: Ib39305effdb00e032ca07e6d0e0d84cdf3dcf916 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29098 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/amd/torpedo/mptable.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mainboard/amd/torpedo/mptable.c') diff --git a/src/mainboard/amd/torpedo/mptable.c b/src/mainboard/amd/torpedo/mptable.c index f06fb755e2..47ae625c30 100644 --- a/src/mainboard/amd/torpedo/mptable.c +++ b/src/mainboard/amd/torpedo/mptable.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ - #include #include #include @@ -22,7 +21,7 @@ #include #include #include -#include "SbPlatform.h" +#include #define IO_APIC_ID CONFIG_MAX_CPUS u32 apicid_sb900; -- cgit v1.2.3