summaryrefslogtreecommitdiff
path: root/common/peripheral_charger.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/peripheral_charger.c')
-rw-r--r--common/peripheral_charger.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/peripheral_charger.c b/common/peripheral_charger.c
index 0f0c93c2fb..dedd254df7 100644
--- a/common/peripheral_charger.c
+++ b/common/peripheral_charger.c
@@ -6,7 +6,6 @@
#include "atomic.h"
#include "chipset.h"
#include "common.h"
-#include "device_event.h"
#include "hooks.h"
#include "host_command.h"
#include "mkbp_event.h"
@@ -535,14 +534,6 @@ void pchg_irq(enum gpio_signal signal)
}
-static void pchg_suspend_complete(void)
-{
- CPRINTS("%s", __func__);
- device_enable_event(EC_DEVICE_EVENT_WLC);
-}
-DECLARE_HOOK(HOOK_CHIPSET_SUSPEND_COMPLETE, pchg_suspend_complete,
- HOOK_PRIO_DEFAULT);
-
static void pchg_startup(void)
{
struct pchg *ctx;