xhci: rework cycle bit checking for new dequeue pointers
[deliverable/linux.git] / drivers / usb / host / sl811-hcd.c
index 79620c39217ec182474bf53e2e04386560ea19b7..a517151867af33a0d62f57ed9674c1a0e6777654 100644 (file)
@@ -39,7 +39,6 @@
 #include <linux/sched.h>
 #include <linux/slab.h>
 #include <linux/errno.h>
-#include <linux/init.h>
 #include <linux/timer.h>
 #include <linux/list.h>
 #include <linux/interrupt.h>
@@ -1732,6 +1731,8 @@ sl811h_probe(struct platform_device *dev)
        if (retval != 0)
                goto err6;
 
+       device_wakeup_enable(hcd->self.controller);
+
        create_debug_file(sl811);
        return retval;
 
This page took 0.026108 seconds and 5 git commands to generate.