Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40821 )
Change subject: soc/amc/common/block/smbus: Include acpimmio_map.h in sm.c ......................................................................
soc/amc/common/block/smbus: Include acpimmio_map.h in sm.c
sm.c requires acpimmio_map.h for ACPIMMIO_* macros. This change includes acpimmio_map.h in sm.c
Signed-off-by: Furquan Shaikh furquan@google.com Change-Id: Ia049254fa389a76bcf6538c0449229b4d856086e --- M src/soc/amd/common/block/smbus/sm.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/40821/1
diff --git a/src/soc/amd/common/block/smbus/sm.c b/src/soc/amd/common/block/smbus/sm.c index cef5bba..99b24ec 100644 --- a/src/soc/amd/common/block/smbus/sm.c +++ b/src/soc/amd/common/block/smbus/sm.c @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */
+#include <amdblocks/acpimmio_map.h> #include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h>