Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3003
-gerrit
commit ba7a69a2d9a87d77dc0780af909051878e911510 Author: Stefan Reinauer reinauer@chromium.org Date: Mon Apr 1 14:40:59 2013 -0700
lynxpoint: Cosmetic cleanup
src/southbridge/intel/lynxpoint/pmutil.c was committed with two things that needed fixing.
Change-Id: Ib83343a75840aa29847b607b0275971eb8140f12 Signed-off-by: Stefan Reinauer reinauer@google.com --- src/southbridge/intel/lynxpoint/pmutil.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/src/southbridge/intel/lynxpoint/pmutil.c b/src/southbridge/intel/lynxpoint/pmutil.c index 386705f..1b95457 100644 --- a/src/southbridge/intel/lynxpoint/pmutil.c +++ b/src/southbridge/intel/lynxpoint/pmutil.c @@ -29,7 +29,6 @@ #include <device/pci.h> #include <device/pci_def.h> #include <console/console.h> -#include <pc80/mc146818rtc.h> #include "pch.h"
#if CONFIG_INTEL_LYNXPOINT_LP @@ -105,7 +104,6 @@ static u16 reset_pm1_status(void) { u16 pm1_sts = inw(get_pmbase() + PM1_STS); outw(pm1_sts, get_pmbase() + PM1_STS); - return pm1_sts; }