diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 19:59:31 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 19:59:31 -0700 |
commit | 4303fc6f055cf1a7ec63c3c3fd777b91b7d576f1 (patch) | |
tree | eb7b222d73540590d25ea539cd691dd281753102 /drivers/usb/core | |
parent | 50260b69bbec383058875de26dbde28b1a6f8d00 (diff) |
USB: fix up some odd parts due to partial merges
Thanks to Andrew for doing the hard work on this.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core')
-rw-r--r-- | drivers/usb/core/hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 9660a8909b7..256d9f69871 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -1674,7 +1674,7 @@ int usb_suspend_device(struct usb_device *udev) return 0; #endif } - +EXPORT_SYMBOL_GPL(usb_suspend_device); /* * If the USB "suspend" state is in use (rather than "global suspend"), |