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>
Reviewed-on: http://review.coreboot.org/3003
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
This commit is contained in:
Stefan Reinauer 2013-04-01 14:40:59 -07:00 committed by Anton Kochkov
parent 27a1be9169
commit 3c156dd98c
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}