diff options
Diffstat (limited to 'src/soc/intel/pantherlake')
-rw-r--r-- | src/soc/intel/pantherlake/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/pantherlake/chip.h b/src/soc/intel/pantherlake/chip.h index 85dcccd1f6..9d8bec6ee4 100644 --- a/src/soc/intel/pantherlake/chip.h +++ b/src/soc/intel/pantherlake/chip.h @@ -223,7 +223,6 @@ struct soc_intel_pantherlake_config { /* USB related */ struct usb2_port_config usb2_ports[CONFIG_SOC_INTEL_USB2_DEV_MAX]; struct usb3_port_config usb3_ports[CONFIG_SOC_INTEL_USB3_DEV_MAX]; - uint8_t usb2_port_reset_msg_en[CONFIG_SOC_INTEL_USB2_DEV_MAX]; /* Wake Enable Bitmap for USB2 ports */ uint16_t usb2_wake_enable_bitmap; /* Wake Enable Bitmap for USB3 ports */ |