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 0097136ba45..03354d557b7 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h @@ -178,7 +178,7 @@ struct usb_hcd {  	 * this structure.  	 */  	unsigned long hcd_priv[0] -			__attribute__ ((aligned(sizeof(unsigned long)))); +			__attribute__ ((aligned(sizeof(s64))));  };  /* 2.4 does this a bit differently ... */ @@ -343,6 +343,7 @@ struct hc_driver {  		 * address is set  		 */  	int	(*update_device)(struct usb_hcd *, struct usb_device *); +	int	(*set_usb2_hw_lpm)(struct usb_hcd *, struct usb_device *, int);  };  extern int usb_hcd_link_urb_to_ep(struct usb_hcd *hcd, struct urb *urb);  |