diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/jecht/smihandler.c | 12 |
1 files changed, 0 insertions, 12 deletions
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 <console/console.h> #include <cpu/x86/smm.h> #include <soc/pm.h> -#include <ec/google/chromeec/ec.h> #include <southbridge/intel/lynxpoint/lp_gpio.h> #include <soc/iomap.h> #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; -} |