Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/48315 )
Change subject: soc/amd/picasso/chip.h: add missing device/device.h include ......................................................................
soc/amd/picasso/chip.h: add missing device/device.h include
Include device/device.h since it defines struct device_operations which is used in this file.
Change-Id: Ia92b778a5882d991b391dc29aeee0a5615677913 Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/soc/amd/picasso/chip.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/48315/1
diff --git a/src/soc/amd/picasso/chip.h b/src/soc/amd/picasso/chip.h index 28d2040..3dc70f7 100644 --- a/src/soc/amd/picasso/chip.h +++ b/src/soc/amd/picasso/chip.h @@ -7,6 +7,7 @@ #include <stdint.h> #include <amdblocks/chip.h> #include <commonlib/helpers.h> +#include <device/device.h> #include <drivers/i2c/designware/dw_i2c.h> #include <soc/i2c.h> #include <soc/iomap.h>