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 <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40933
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
Furquan Shaikh 2020-04-30 19:19:33 -07:00
parent 56a5ebf48d
commit c0bff9755f
4 changed files with 3 additions and 4 deletions

View File

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */ /* This file is part of the coreboot project. */
#include "sata.h"
#include <acpi/acpi.h> #include <acpi/acpi.h>
#include <acpi/acpigen.h> #include <acpi/acpigen.h>
#include <acpi/acpi_sata.h>
/* e.g. /* e.g.
* generate_sata_ssdt_ports("\_SB.PCI0.SATA", 0x3); * generate_sata_ssdt_ports("\_SB.PCI0.SATA", 0x3);

View File

@ -8,7 +8,7 @@
#include <device/pci.h> #include <device/pci.h>
#include <device/pci_ids.h> #include <device/pci_ids.h>
#include <option.h> #include <option.h>
#include <acpi/sata.h> #include <acpi/acpi_sata.h>
#include <types.h> #include <types.h>
#include "chip.h" #include "chip.h"

View File

@ -8,7 +8,7 @@
#include <device/pci.h> #include <device/pci.h>
#include <device/pci_ids.h> #include <device/pci_ids.h>
#include <option.h> #include <option.h>
#include <acpi/sata.h> #include <acpi/acpi_sata.h>
#include <types.h> #include <types.h>
#include "chip.h" #include "chip.h"