diff options
Diffstat (limited to 'drivers/usb/core/hcd.h')
-rw-r--r-- | drivers/usb/core/hcd.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/core/hcd.h b/drivers/usb/core/hcd.h index 591b5aad1a18..7022aafb2ae8 100644 --- a/drivers/usb/core/hcd.h +++ b/drivers/usb/core/hcd.h | |||
@@ -78,8 +78,6 @@ struct usb_hcd { /* usb_bus.hcpriv points to this */ | |||
78 | #define HCD_FLAG_HW_ACCESSIBLE 0x00000001 | 78 | #define HCD_FLAG_HW_ACCESSIBLE 0x00000001 |
79 | #define HCD_FLAG_SAW_IRQ 0x00000002 | 79 | #define HCD_FLAG_SAW_IRQ 0x00000002 |
80 | 80 | ||
81 | unsigned can_wakeup:1; /* hw supports wakeup? */ | ||
82 | unsigned remote_wakeup:1;/* sw should use wakeup? */ | ||
83 | unsigned rh_registered:1;/* is root hub registered? */ | 81 | unsigned rh_registered:1;/* is root hub registered? */ |
84 | 82 | ||
85 | /* The next flag is a stopgap, to be removed when all the HCDs | 83 | /* The next flag is a stopgap, to be removed when all the HCDs |
@@ -364,7 +362,7 @@ extern void usb_set_device_state(struct usb_device *udev, | |||
364 | /* exported only within usbcore */ | 362 | /* exported only within usbcore */ |
365 | 363 | ||
366 | extern struct list_head usb_bus_list; | 364 | extern struct list_head usb_bus_list; |
367 | extern struct semaphore usb_bus_list_lock; | 365 | extern struct mutex usb_bus_list_lock; |
368 | extern wait_queue_head_t usb_kill_urb_queue; | 366 | extern wait_queue_head_t usb_kill_urb_queue; |
369 | 367 | ||
370 | extern struct usb_bus *usb_bus_get (struct usb_bus *bus); | 368 | extern struct usb_bus *usb_bus_get (struct usb_bus *bus); |