usbcore: rename struct dev_state to struct usb_dev_state
authorValentina Manea <valentina.manea.m@gmail.com>
Mon, 10 Mar 2014 08:36:40 +0000 (10:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Mar 2014 16:54:56 +0000 (09:54 -0700)
Since it is needed outside usbcore and exposed in include/linux/usb.h,
it conflicts with enum dev_state in rt2x00 wireless driver.

Mark it as usb specific to avoid conflicts in the future.

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found