diff --git a/src/mainboard/google/jecht/smihandler.c b/src/mainboard/google/jecht/smihandler.c index a4feeb496a..54666daf93 100644 --- a/src/mainboard/google/jecht/smihandler.c +++ b/src/mainboard/google/jecht/smihandler.c @@ -4,7 +4,6 @@ #include #include #include -#include #include #include #include "onboard.h" @@ -31,14 +30,3 @@ void mainboard_smi_sleep(u8 slp_typ) break; } } - -int mainboard_smi_apmc(u8 apmc) -{ - switch (apmc) { - case APM_CNT_ACPI_ENABLE: - break; - case APM_CNT_ACPI_DISABLE: - break; - } - return 0; -}