summaryrefslogtreecommitdiff
path: root/common/usb_port_power_smart.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usb_port_power_smart.c')
-rw-r--r--common/usb_port_power_smart.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/usb_port_power_smart.c b/common/usb_port_power_smart.c
index def565239a..6a60e8a04f 100644
--- a/common/usb_port_power_smart.c
+++ b/common/usb_port_power_smart.c
@@ -26,8 +26,6 @@
/* The previous USB port state before sys jump */
struct usb_state {
uint8_t port_mode[USB_CHARGE_PORT_COUNT];
- /* Pad to 4 bytes for system_add_jump_tag(). */
- uint8_t pad[4 - USB_CHARGE_PORT_COUNT];
};
static uint8_t charge_mode[USB_CHARGE_PORT_COUNT];