diff options
Diffstat (limited to 'drivers/usb/chipidea/host.c')
| -rw-r--r-- | drivers/usb/chipidea/host.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/usb/chipidea/host.c b/drivers/usb/chipidea/host.c index 67247d2ac07a..e86d13c04bdb 100644 --- a/drivers/usb/chipidea/host.c +++ b/drivers/usb/chipidea/host.c @@ -32,7 +32,7 @@ struct ehci_ci_priv {  struct ci_hdrc_dma_aligned_buffer {  	void *kmalloc_ptr;  	void *old_xfer_buffer; -	u8 data[0]; +	u8 data[];  };  static int ehci_ci_portpower(struct usb_hcd *hcd, int portnum, bool enable) | 
