diff options
Diffstat (limited to 'drivers/usb/host/ehci-faraday.c')
| -rw-r--r-- | drivers/usb/host/ehci-faraday.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/usb/host/ehci-faraday.c b/drivers/usb/host/ehci-faraday.c index 4a36acdae..3b761bc32 100644 --- a/drivers/usb/host/ehci-faraday.c +++ b/drivers/usb/host/ehci-faraday.c @@ -33,8 +33,8 @@ static inline int ehci_is_fotg2xx(union ehci_faraday_regs *regs)   * Create the appropriate control structures to manage   * a new EHCI host controller.   */ -int ehci_hcd_init(int index, struct ehci_hccr **ret_hccr, -		struct ehci_hcor **ret_hcor) +int ehci_hcd_init(int index, enum usb_init_type init, +		struct ehci_hccr **ret_hccr, struct ehci_hcor **ret_hcor)  {  	struct ehci_hccr *hccr;  	struct ehci_hcor *hcor; |