summaryrefslogtreecommitdiff
path: root/common/usb_port_power_dumb.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/usb_port_power_dumb.c')
-rw-r--r--common/usb_port_power_dumb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/usb_port_power_dumb.c b/common/usb_port_power_dumb.c
index 62ac0732f6..8c4081dd6d 100644
--- a/common/usb_port_power_dumb.c
+++ b/common/usb_port_power_dumb.c
@@ -26,7 +26,6 @@ BUILD_ASSERT(USB_PORT_COUNT == 2);
static struct usb_state {
uint8_t en[USB_PORT_COUNT];
- uint8_t pad[2]; /* Pad to 4 bytes for system_add_jump_tag(). */
} state;
static void usb_port_set_enabled(int port_id, int en)