From ab89edbccf6e614213bbd88f5dbd5c8bf9a5d4c6 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 15 May 2019 21:10:44 +0200 Subject: src/southbridge: Add missing 'include ' is supposed to provide and . When is included, and/or is removed. Change-Id: I4d8628e4ce3c7f80da2590b4cad618b290e0d513 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/32809 Tested-by: build bot (Jenkins) Reviewed-by: Lijian Zhao --- src/southbridge/intel/ibexpeak/sata.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/southbridge/intel/ibexpeak') diff --git a/src/southbridge/intel/ibexpeak/sata.c b/src/southbridge/intel/ibexpeak/sata.c index 112445bb65..e03f8b5884 100644 --- a/src/southbridge/intel/ibexpeak/sata.c +++ b/src/southbridge/intel/ibexpeak/sata.c @@ -21,9 +21,11 @@ #include #include #include -#include "pch.h" #include #include +#include + +#include "pch.h" typedef struct southbridge_intel_ibexpeak_config config_t; -- cgit v1.2.3