diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-04-01 14:40:59 -0700 |
---|---|---|
committer | Anton Kochkov <anton.kochkov@gmail.com> | 2013-04-03 23:07:12 +0200 |
commit | 3c156dd98c03dda5d579e0530ffc724399ed84fe (patch) | |
tree | 24a792dc500af1852b5b019281d9824b906f53e9 /src | |
parent | 27a1be9169eb165d4f23ef19042f26db3769c24f (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/southbridge/intel/lynxpoint/pmutil.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <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; } |