update to 2.6.9-rc1
[linux-flexiantxendom0-3.2.10.git] / drivers / usb / host / ehci.h
index ed4d002..14e001d 100644 (file)
@@ -52,7 +52,7 @@ struct ehci_hcd {                     /* one per controller */
        /* async schedule support */
        struct ehci_qh          *async;
        struct ehci_qh          *reclaim;
-       int                     reclaim_ready : 1;
+       unsigned                reclaim_ready : 1;
 
        /* periodic schedule support */
 #define        DEFAULT_I_TDPS          1024            /* some HCs can do less */