Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74910 )
Change subject: sb/intel/i82801ix: Drop __ASSEMBLER__ guard ......................................................................
sb/intel/i82801ix: Drop __ASSEMBLER__ guard
No longer needed, this was used with old SMM relocate code.
Change-Id: I7c913e10eb965419c7d2ddede744f8140a5b7976 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/southbridge/intel/i82801ix/i82801ix.h 1 file changed, 12 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/74910/1
diff --git a/src/southbridge/intel/i82801ix/i82801ix.h b/src/southbridge/intel/i82801ix/i82801ix.h index 68b268b..2dffb61 100644 --- a/src/southbridge/intel/i82801ix/i82801ix.h +++ b/src/southbridge/intel/i82801ix/i82801ix.h @@ -144,7 +144,6 @@ #define FD_SAD1 (1 << 2) /* SATA #1 */
#ifndef __ACPI__ -#ifndef __ASSEMBLER__
#include <device/pci_ops.h>
@@ -162,6 +161,5 @@ void i82801ix_dmi_poll_vc1(void);
#endif -#endif
#endif