diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2011-10-14 15:18:29 -0700 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2011-10-15 12:30:02 +0200 |
commit | ab87254b6130d74f080e2c5ee9abb4570560e6a0 (patch) | |
tree | 8e239c8b64b9f2177a953f9ead4b41421831c00c /src/northbridge/intel/i945 | |
parent | 2d172993953ae777aaec13efddfe6ed91209bd02 (diff) |
use acpi.h include instead of manually adding acpi_slp_type.
Change-Id: I2a3aaf10e453fa6cce8a993356f2a0587178209a
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/276
Tested-by: build bot (Jenkins)
Reviewed-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'src/northbridge/intel/i945')
-rw-r--r-- | src/northbridge/intel/i945/northbridge.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/northbridge/intel/i945/northbridge.c b/src/northbridge/intel/i945/northbridge.c index dfe4fe73bd..a10bb4a6f1 100644 --- a/src/northbridge/intel/i945/northbridge.c +++ b/src/northbridge/intel/i945/northbridge.c @@ -29,6 +29,7 @@ #include <bitops.h> #include <cpu/cpu.h> #include <boot/tables.h> +#include <arch/acpi.h> #include "chip.h" #include "i945.h" @@ -252,8 +253,6 @@ static void intel_set_subsystem(device_t dev, unsigned vendor, unsigned device) } #if CONFIG_HAVE_ACPI_RESUME -extern u8 acpi_slp_type; - static void northbridge_init(struct device *dev) { switch (pci_read_config32(dev, SKPAD)) { |