aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/omap_udc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/omap_udc.c')
-rw-r--r--drivers/usb/gadget/omap_udc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c
index 0a64504c2545..8c18df869833 100644
--- a/drivers/usb/gadget/omap_udc.c
+++ b/drivers/usb/gadget/omap_udc.c
@@ -2869,7 +2869,7 @@ cleanup0:
2869 2869
2870static int __exit omap_udc_remove(struct platform_device *pdev) 2870static int __exit omap_udc_remove(struct platform_device *pdev)
2871{ 2871{
2872 DECLARE_COMPLETION(done); 2872 DECLARE_COMPLETION_ONSTACK(done);
2873 2873
2874 if (!udc) 2874 if (!udc)
2875 return -ENODEV; 2875 return -ENODEV;