Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63392 )
Change subject: sb/intel/common/smihandler: Explicitly define __SIMPLE_DEVICE__ ......................................................................
sb/intel/common/smihandler: Explicitly define __SIMPLE_DEVICE__
Change-Id: Idb8bf9558d5328567c8f58388cd0ad4e9cfdc79c Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/southbridge/intel/common/smihandler.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/63392/1
diff --git a/src/southbridge/intel/common/smihandler.c b/src/southbridge/intel/common/smihandler.c index 798f2f1..b60e7d3 100644 --- a/src/southbridge/intel/common/smihandler.c +++ b/src/southbridge/intel/common/smihandler.c @@ -1,5 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */
+#define __SIMPLE_DEVICE__ + #include <types.h> #include <arch/io.h> #include <device/pci_ops.h>