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:
parent
56a5ebf48d
commit
c0bff9755f
|
@ -1,10 +1,9 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/* This file is part of the coreboot project. */
|
||||
|
||||
#include "sata.h"
|
||||
|
||||
#include <acpi/acpi.h>
|
||||
#include <acpi/acpigen.h>
|
||||
#include <acpi/acpi_sata.h>
|
||||
|
||||
/* e.g.
|
||||
* generate_sata_ssdt_ports("\_SB.PCI0.SATA", 0x3);
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <option.h>
|
||||
#include <acpi/sata.h>
|
||||
#include <acpi/acpi_sata.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <option.h>
|
||||
#include <acpi/sata.h>
|
||||
#include <acpi/acpi_sata.h>
|
||||
#include <types.h>
|
||||
|
||||
#include "chip.h"
|
||||
|
|
Loading…
Reference in New Issue