Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / include / linux / usb / hcd.h
index cd77fc6095a15b5f8d313179436fc8b33efbc769..ac95e7c89df58ace92ed4c1b401f72cbc3857d20 100644 (file)
@@ -55,7 +55,7 @@ struct giveback_urb_bh {
        bool high_prio;
        spinlock_t lock;
        struct list_head  head;
-       struct tasklet_struct bh;
+       struct work_struct bh;
        struct usb_host_endpoint *completing_ep;
 };