diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-09 13:48:00 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-14 11:25:33 +0000 |
commit | fb19974ae94ae5ddb009b9879f19b2f7fa20f5ff (patch) | |
tree | f2fcf210f9cfada1b485bfc31306ae229670f1f8 /src/southbridge/intel | |
parent | b6e8a0d8f7fb4f2357f8c90758e82425e87acec0 (diff) | |
download | coreboot-fb19974ae94ae5ddb009b9879f19b2f7fa20f5ff.tar.xz |
sb/intel/i82801gx: Remove unused include <arch/acpi.h>
Change-Id: I13b751ba4826f4fff86ffb6e00967192aab96d87
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31828
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r-- | src/southbridge/intel/i82801gx/i82801gx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/intel/i82801gx/i82801gx.h b/src/southbridge/intel/i82801gx/i82801gx.h index 12935c24f2..1e7dfdb809 100644 --- a/src/southbridge/intel/i82801gx/i82801gx.h +++ b/src/southbridge/intel/i82801gx/i82801gx.h @@ -16,8 +16,6 @@ #ifndef SOUTHBRIDGE_INTEL_I82801GX_I82801GX_H #define SOUTHBRIDGE_INTEL_I82801GX_I82801GX_H -#include <arch/acpi.h> - /* * It does not matter where we put the SMBus I/O base, as long as we * keep it consistent and don't interfere with other devices. Stage2 |