summaryrefslogtreecommitdiff
path: root/include/extpower.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extpower.h')
-rw-r--r--include/extpower.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/extpower.h b/include/extpower.h
index f75a1a5c06..d3f9a4f6ef 100644
--- a/include/extpower.h
+++ b/include/extpower.h
@@ -10,11 +10,6 @@
#include "common.h"
-#ifdef CONFIG_EXTPOWER_SPRING
-/* Spring-USB-power-specific methods */
-#include "extpower_spring.h"
-#endif
-
/**
* Return non-zero if external power is present.
*/
@@ -27,9 +22,4 @@ int extpower_is_present(void);
*/
void extpower_interrupt(enum gpio_signal signal);
-#ifdef CONFIG_EXTPOWER_FALCO
-/* Adapter-specific logic */
-#include "extpower_falco.h"
-#endif
-
#endif /* __CROS_EC_EXTPOWER_H */