diff options
Diffstat (limited to 'src/soc/amd/genoa_poc')
-rw-r--r-- | src/soc/amd/genoa_poc/chip.c | 2 | ||||
-rw-r--r-- | src/soc/amd/genoa_poc/include/soc/acpi.h | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/src/soc/amd/genoa_poc/chip.c b/src/soc/amd/genoa_poc/chip.c index 5f29428955..83d2bc9fa6 100644 --- a/src/soc/amd/genoa_poc/chip.c +++ b/src/soc/amd/genoa_poc/chip.c @@ -1,8 +1,8 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include <amdblocks/acpi.h> #include <device/device.h> #include <soc/southbridge.h> -#include <soc/acpi.h> #include <soc/southbridge.h> #include <vendorcode/amd/opensil/genoa_poc/opensil.h> diff --git a/src/soc/amd/genoa_poc/include/soc/acpi.h b/src/soc/amd/genoa_poc/include/soc/acpi.h index 082386fe61..a2a9f39732 100644 --- a/src/soc/amd/genoa_poc/include/soc/acpi.h +++ b/src/soc/amd/genoa_poc/include/soc/acpi.h @@ -3,12 +3,6 @@ #ifndef AMD_GENOA_POC_ACPI_H #define AMD_GENOA_POC_ACPI_H -#include <acpi/acpi.h> -#include <device/device.h> - #define ACPI_SCI_IRQ 9 -unsigned long soc_acpi_write_tables(const struct device *device, unsigned long current, - struct acpi_rsdp *rsdp); - #endif /* AMD_GENOA_POC_ACPI_H */ |