From c0bff9755f12a6de9b15faf1498a096cf699d310 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Thu, 30 Apr 2020 19:19:33 -0700 Subject: acpi: Update sata files to be more aligned with rest of acpi files This change moves sata.h to include/acpi/acpi_sata.h to align with the rest of the acpi header files in include/acpi. BUG=b:155428745 Change-Id: I3f97e5c12535a331d7347c0ecad00b07b5f13f37 Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/c/coreboot/+/40933 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Aaron Durbin Reviewed-by: Duncan Laurie --- src/acpi/sata.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/acpi/sata.c') diff --git a/src/acpi/sata.c b/src/acpi/sata.c index f2f53e6f64..110742e84c 100644 --- a/src/acpi/sata.c +++ b/src/acpi/sata.c @@ -1,10 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ -#include "sata.h" - #include #include +#include /* e.g. * generate_sata_ssdt_ports("\_SB.PCI0.SATA", 0x3); -- cgit v1.2.3