usbcore: rename struct dev_state to struct usb_dev_state
[linux.git] / drivers / usb / core / usb.h
index 222bbd2618f1e0d7667f7172340094f2cc3171f5..a87532845bf9b9e1eecceff9ab1d5a064e7607fe 100644 (file)
@@ -2,7 +2,7 @@
 #include <linux/acpi.h>
 
 struct usb_hub_descriptor;
-struct dev_state;
+struct usb_dev_state;
 
 /* Functions local to drivers/usb/core/ */
 
@@ -58,7 +58,7 @@ extern void usb_forced_unbind_intf(struct usb_interface *intf);
 extern void usb_rebind_intf(struct usb_interface *intf);
 
 extern void usb_hub_release_all_ports(struct usb_device *hdev,
-               struct dev_state *owner);
+               struct usb_dev_state *owner);
 extern bool usb_device_is_owned(struct usb_device *udev);
 
 extern int  usb_hub_init(void);