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