Re: [PATCH] drivers:usb:fsl: Fix compilation error for fsl ehci drv

2015-05-29 Thread Alan Stern
On Fri, 29 May 2015, Ramneek Mehresh wrote: > Fix compilation error in fsl ehci drv because ehci_reset() > and ehci_adjust_port_wakeup_flags() were not exported, and > are used when PM is enabled > > Signed-off-by: Ramneek Mehresh Acked-by: Alan Stern -- To unsubscribe from this list: send t

[PATCH] drivers:usb:fsl: Fix compilation error for fsl ehci drv

2015-05-28 Thread Ramneek Mehresh
Fix compilation error in fsl ehci drv because ehci_reset() and ehci_adjust_port_wakeup_flags() were not exported, and are used when PM is enabled Signed-off-by: Ramneek Mehresh --- drivers/usb/host/ehci-hcd.c | 3 ++- drivers/usb/host/ehci-hub.c | 3 ++- drivers/usb/host/ehci.h | 3 +++ 3 fi