summaryrefslogtreecommitdiff
path: root/board/helios/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/helios/board.c')
-rw-r--r--board/helios/board.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/helios/board.c b/board/helios/board.c
index e7b51f83b8..3c587059b4 100644
--- a/board/helios/board.c
+++ b/board/helios/board.c
@@ -45,11 +45,6 @@
#define CPRINTS(format, args...) cprints(CC_USBCHARGE, format, ## args)
#define CPRINTF(format, args...) cprintf(CC_USBCHARGE, format, ## args)
-/* GPIO to enable/disable the USB Type-A port. */
-const int usb_port_enable[CONFIG_USB_PORT_POWER_SMART_PORT_COUNT] = {
- GPIO_EN_USB_A_5V,
-};
-
static void ppc_interrupt(enum gpio_signal signal)
{
switch (signal) {