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/elmex/pcm205400/mainboard.c | 2 +- src/mainboard/elmex/pcm205400/mptable.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/mainboard/elmex') diff --git a/src/mainboard/elmex/pcm205400/mainboard.c b/src/mainboard/elmex/pcm205400/mainboard.c index 8f8b735364..3fe513feb1 100644 --- a/src/mainboard/elmex/pcm205400/mainboard.c +++ b/src/mainboard/elmex/pcm205400/mainboard.c @@ -19,7 +19,7 @@ #include #include #include -#include "SBPLATFORM.h" +#include #include #include diff --git a/src/mainboard/elmex/pcm205400/mptable.c b/src/mainboard/elmex/pcm205400/mptable.c index 9e92ae8e55..d153c79bea 100644 --- a/src/mainboard/elmex/pcm205400/mptable.c +++ b/src/mainboard/elmex/pcm205400/mptable.c @@ -14,14 +14,13 @@ * GNU General Public License for more details. */ - #include #include #include #include #include #include -#include +#include #include #include #include -- cgit v1.2.3