diff options
Diffstat (limited to 'include/linux/usb/hcd.h')
| -rw-r--r-- | include/linux/usb/hcd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 0097136ba45d..03354d557b79 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h | |||
| @@ -178,7 +178,7 @@ struct usb_hcd { | |||
| 178 | * this structure. | 178 | * this structure. |
| 179 | */ | 179 | */ |
| 180 | unsigned long hcd_priv[0] | 180 | unsigned long hcd_priv[0] |
| 181 | __attribute__ ((aligned(sizeof(unsigned long)))); | 181 | __attribute__ ((aligned(sizeof(s64)))); |
| 182 | }; | 182 | }; |
| 183 | 183 | ||
| 184 | /* 2.4 does this a bit differently ... */ | 184 | /* 2.4 does this a bit differently ... */ |
| @@ -343,6 +343,7 @@ struct hc_driver { | |||
| 343 | * address is set | 343 | * address is set |
| 344 | */ | 344 | */ |
| 345 | int (*update_device)(struct usb_hcd *, struct usb_device *); | 345 | int (*update_device)(struct usb_hcd *, struct usb_device *); |
| 346 | int (*set_usb2_hw_lpm)(struct usb_hcd *, struct usb_device *, int); | ||
| 346 | }; | 347 | }; |
| 347 | 348 | ||
| 348 | extern int usb_hcd_link_urb_to_ep(struct usb_hcd *hcd, struct urb *urb); | 349 | extern int usb_hcd_link_urb_to_ep(struct usb_hcd *hcd, struct urb *urb); |
