summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-21 09:59:23 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-21 09:59:23 -0700
commitcda4db53e9c28061c100400e1a4d273ea61dfba9 (patch)
tree42fe432a412fdbd2313d3d0270b53e0877594316 /drivers/usb/core/hub.c
parent8e192910d96615a32646b8978b201b650f62ef34 (diff)
parentc88db160a30cccb81303212b256680f2e37e35ae (diff)
downloadtalos-obmc-linux-cda4db53e9c28061c100400e1a4d273ea61dfba9.tar.gz
talos-obmc-linux-cda4db53e9c28061c100400e1a4d273ea61dfba9.zip
Merge tag 'for-usb-next-2012-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next
xhci/usb: Build error fixes for 3.5 Hi Greg, Here's four patches that fix the build errors introduced by the USB 3.0 Link PM patches. Please pull for inclusion in 3.5. Sarah Sharp
Diffstat (limited to 'drivers/usb/core/hub.c')
-rw-r--r--drivers/usb/core/hub.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index fcc244e9056f..04fb834c3fa1 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -3472,15 +3472,19 @@ int usb_disable_lpm(struct usb_device *udev)
{
return 0;
}
+EXPORT_SYMBOL_GPL(usb_disable_lpm);
void usb_enable_lpm(struct usb_device *udev) { }
+EXPORT_SYMBOL_GPL(usb_enable_lpm);
int usb_unlocked_disable_lpm(struct usb_device *udev)
{
return 0;
}
+EXPORT_SYMBOL_GPL(usb_unlocked_disable_lpm);
void usb_unlocked_enable_lpm(struct usb_device *udev) { }
+EXPORT_SYMBOL_GPL(usb_unlocked_enable_lpm);
#endif
OpenPOWER on IntegriCloud