From: Andrew Morton Cc: Greg KH Signed-off-by: Andrew Morton --- drivers/usb/core/hub.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/usb/core/hub.c~export-usb_suspend_device drivers/usb/core/hub.c --- devel/drivers/usb/core/hub.c~export-usb_suspend_device 2005-10-23 20:18:38.000000000 -0700 +++ devel-akpm/drivers/usb/core/hub.c 2005-10-23 20:18:53.000000000 -0700 @@ -1690,7 +1690,7 @@ int usb_suspend_device(struct usb_device return 0; #endif } - +EXPORT_SYMBOL(usb_suspend_device); /* * If the USB "suspend" state is in use (rather than "global suspend"), _