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:
parent
7f471dd728
commit
3aaf8efdfa
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include <acpi/acpi.h>
|
||||
#include <amdblocks/gpio.h>
|
||||
#include <device/device.h>
|
||||
#include <types.h>
|
||||
|
||||
/* ACPI MMIO registers 0xfed80800 */
|
||||
|
|
Loading…
Reference in New Issue