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:
parent
27a1be9169
commit
3c156dd98c
|
@ -29,7 +29,6 @@
|
||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
#include <device/pci_def.h>
|
#include <device/pci_def.h>
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <pc80/mc146818rtc.h>
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
|
||||||
#if CONFIG_INTEL_LYNXPOINT_LP
|
#if CONFIG_INTEL_LYNXPOINT_LP
|
||||||
|
@ -105,7 +104,6 @@ static u16 reset_pm1_status(void)
|
||||||
{
|
{
|
||||||
u16 pm1_sts = inw(get_pmbase() + PM1_STS);
|
u16 pm1_sts = inw(get_pmbase() + PM1_STS);
|
||||||
outw(pm1_sts, get_pmbase() + PM1_STS);
|
outw(pm1_sts, get_pmbase() + PM1_STS);
|
||||||
|
|
||||||
return pm1_sts;
|
return pm1_sts;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue