From 3c156dd98c03dda5d579e0530ffc724399ed84fe Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 1 Apr 2013 14:40:59 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/3003 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Anton Kochkov --- src/southbridge/intel/lynxpoint/pmutil.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/southbridge/intel/lynxpoint') diff --git a/src/southbridge/intel/lynxpoint/pmutil.c b/src/southbridge/intel/lynxpoint/pmutil.c index 386705f00a..1b95457fdd 100644 --- a/src/southbridge/intel/lynxpoint/pmutil.c +++ b/src/southbridge/intel/lynxpoint/pmutil.c @@ -29,7 +29,6 @@ #include #include #include -#include #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; } -- cgit v1.2.3