aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/core/hub.h')
-rw-r--r--drivers/usb/core/hub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hub.h b/drivers/usb/core/hub.h
index d16a7c98aea9..c472058f8f27 100644
--- a/drivers/usb/core/hub.h
+++ b/drivers/usb/core/hub.h
@@ -31,7 +31,7 @@ struct usb_hub {
31 struct urb *urb; /* for interrupt polling pipe */ 31 struct urb *urb; /* for interrupt polling pipe */
32 32
33 /* buffer for urb ... with extra space in case of babble */ 33 /* buffer for urb ... with extra space in case of babble */
34 char (*buffer)[8]; 34 u8 (*buffer)[8];
35 union { 35 union {
36 struct usb_hub_status hub; 36 struct usb_hub_status hub;
37 struct usb_port_status port; 37 struct usb_port_status port;