From ab87254b6130d74f080e2c5ee9abb4570560e6a0 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 14 Oct 2011 15:18:29 -0700 Subject: use acpi.h include instead of manually adding acpi_slp_type. Change-Id: I2a3aaf10e453fa6cce8a993356f2a0587178209a Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/276 Tested-by: build bot (Jenkins) Reviewed-by: Uwe Hermann --- src/southbridge/via/vt8237r/lpc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/southbridge/via/vt8237r/lpc.c') diff --git a/src/southbridge/via/vt8237r/lpc.c b/src/southbridge/via/vt8237r/lpc.c index 61f4989f54..3e2f215751 100644 --- a/src/southbridge/via/vt8237r/lpc.c +++ b/src/southbridge/via/vt8237r/lpc.c @@ -32,6 +32,7 @@ #include #include #include +#include #include "vt8237r.h" #include "chip.h" @@ -147,9 +148,6 @@ static void pci_routing_fixup(struct device *dev) * This avoids having to handle any System Management Interrupts (SMIs). */ -extern u8 acpi_slp_type; - - static void setup_pm(device_t dev) { u16 tmp; -- cgit v1.2.3