watchdog: dw_wdt: fix overflow issue in dw_wdt_top_in_seconds
[firefly-linux-kernel-4.4.55.git] / include / linux / usb.h
index 12891ffd4bf01be200b5366c6dd252b04c4c28e9..8c75af6b7d5b45481a4a2dab6650ac6fc8fa2dcb 100644 (file)
@@ -371,14 +371,13 @@ struct usb_bus {
 
        int devnum_next;                /* Next open device number in
                                         * round-robin allocation */
+       struct mutex devnum_next_mutex; /* devnum_next mutex */
 
        struct usb_devmap devmap;       /* device address allocation map */
        struct usb_device *root_hub;    /* Root hub */
        struct usb_bus *hs_companion;   /* Companion EHCI bus, if any */
        struct list_head bus_list;      /* list of busses */
 
-       struct mutex usb_address0_mutex; /* unaddressed device mutex */
-
        int bandwidth_allocated;        /* on this bus: how much of the time
                                         * reserved for periodic (intr/iso)
                                         * requests is used, on average?