soc/amd/common/include/acpi: add missing device/device.h include

The southbridge_write_acpi_tables function uses a struct device type
parameter, but device/device.h that provides the definition wasn't
included.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I5245fa132ec9b84bbc483a31788bcd6fac0736e1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80220
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
This commit is contained in:
Felix Held 2024-01-26 14:19:56 +01:00
parent 7f471dd728
commit 3aaf8efdfa
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <acpi/acpi.h>
#include <amdblocks/gpio.h>
#include <device/device.h>
#include <types.h>
/* ACPI MMIO registers 0xfed80800 */