summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/chipset.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/chipset.h b/include/chipset.h
index 5e51e5991a..0e568dccd6 100644
--- a/include/chipset.h
+++ b/include/chipset.h
@@ -194,15 +194,6 @@ void chipset_handle_reboot(void);
*/
void chipset_reset_request_interrupt(enum gpio_signal signal);
-/**
- * Chipset-specific power signal interrupt, overrides the default one.
- *
- * It is used in SDM845, to handle the short-low-pulse during the reset
- * sequence which we don't consider it as a power-lost.
- */
-void chipset_power_signal_interrupt(enum gpio_signal signal);
-
-
#ifdef CONFIG_CMD_AP_RESET_LOG
/**