diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2023-04-28 19:11:32 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2023-05-07 07:14:30 +0000 |
commit | 4aa8593ecc4628456d6cf50e2fb4c4e7a846c6a5 (patch) | |
tree | dc7e48d016567307d92744fe15acc9618731dd16 | |
parent | 7fddb6b996bd3d7aee7e991db604b7d068853b07 (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74910
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
-rw-r--r-- | src/southbridge/intel/i82801ix/i82801ix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/intel/i82801ix/i82801ix.h b/src/southbridge/intel/i82801ix/i82801ix.h index 68b268ba43..2dffb614d5 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_setup(void); void i82801ix_dmi_poll_vc1(void); #endif -#endif #endif |