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/i82801jx/sata.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/southbridge/intel/i82801jx/sata.c') diff --git a/src/southbridge/intel/i82801jx/sata.c b/src/southbridge/intel/i82801jx/sata.c index 8de2d7427d..ddaa783868 100644 --- a/src/southbridge/intel/i82801jx/sata.c +++ b/src/southbridge/intel/i82801jx/sata.c @@ -22,8 +22,10 @@ #include #include #include -#include "i82801jx.h" #include +#include + +#include "i82801jx.h" typedef struct southbridge_intel_i82801jx_config config_t; -- cgit v1.2.3