drivers:usb:fsl: Fix compilation error for fsl ehci drv
commit74db22cb3a16dcd782a31236eb139f5865804ae6
authorRamneek Mehresh <ramneek.mehresh@freescale.com>
Fri, 29 May 2015 05:58:30 +0000 (29 11:28 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 07:14:07 +0000 (31 16:14 +0900)
tree07f709e89e1cb45b6a990bd4b82a3bfceb5fc895
parentc5d496ad98c212e7d074040504b7737afb4d8bd7
drivers:usb:fsl: Fix compilation error for fsl ehci drv

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 <ramneek.mehresh@freescale.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-hub.c
drivers/usb/host/ehci.h