diff --git a/[refs] b/[refs] index a65e9bf0b726..a86cf9a180b7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c036019ed2b729cb9517806c2b388b4f4323a904 +refs/heads/master: 2d0cdcc5a0e4e5e467fc4be4d00cc6c531c80b64 diff --git a/trunk/drivers/usb/gadget/ci13xxx_msm.c b/trunk/drivers/usb/gadget/ci13xxx_msm.c index c497337bb72b..139ac9419597 100644 --- a/trunk/drivers/usb/gadget/ci13xxx_msm.c +++ b/trunk/drivers/usb/gadget/ci13xxx_msm.c @@ -18,6 +18,7 @@ #include #include +#include #include #include @@ -108,6 +109,9 @@ static int ci13xxx_msm_probe(struct platform_device *pdev) goto udc_remove; } + pm_runtime_no_callbacks(&pdev->dev); + pm_runtime_enable(&pdev->dev); + return 0; udc_remove: