diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-12-20 08:46:02 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-13 04:17:46 +0000 |
commit | 484efffa582f3e3d8ef3dadb572bfcc45fba2094 (patch) | |
tree | 67e7a2e7726204f77d01eb5933d921af7e6286b2 /src/southbridge/intel | |
parent | a3c655b6ecc364fb211d4229b32a6c8bb3d1dead (diff) | |
download | coreboot-484efffa582f3e3d8ef3dadb572bfcc45fba2094.tar.xz |
{mb,nb/pineview}/*.asl: Remove unneeded include i82801gx.h
Change-Id: I1a0eed712e489b0fb63a7b650151646a56852d76
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/30321
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r-- | src/southbridge/intel/i82801gx/acpi/ich7.asl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801gx/acpi/ich7.asl b/src/southbridge/intel/i82801gx/acpi/ich7.asl index d24c8af135..d63b00e52b 100644 --- a/src/southbridge/intel/i82801gx/acpi/ich7.asl +++ b/src/southbridge/intel/i82801gx/acpi/ich7.asl @@ -16,6 +16,8 @@ /* Intel 82801Gx support */ +#include "../i82801gx.h" + Scope(\) { // IO-Trap at 0x800. This is the ACPI->SMI communication interface. |