From 4ad1446b8333b258110d275c58d17b2d9ebbfa23 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jun 2018 18:29:33 +0200 Subject: src/mb: Fix non-local header treated as local Also remove some unnedded includes. Change-Id: I036208a111d009620d8354fa9c97688eb4e872ad Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27129 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/jetway/pa78vm5/mainboard.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/mainboard/jetway') diff --git a/src/mainboard/jetway/pa78vm5/mainboard.c b/src/mainboard/jetway/pa78vm5/mainboard.c index 9585832ebe..066bd2edff 100644 --- a/src/mainboard/jetway/pa78vm5/mainboard.c +++ b/src/mainboard/jetway/pa78vm5/mainboard.c @@ -18,12 +18,10 @@ #include #include #include -#include -#include #include -#include "southbridge/amd/sb700/sb700.h" -#include "southbridge/amd/sb700/smbus.h" -#include "southbridge/amd/rs780/rs780.h" +#include +#include +#include /* * the board uses GPIO 6 as PCIe slot reset, GPIO4 as GFX slot reset. We need to -- cgit v1.2.3