From: Valentina Manea Date: Mon, 10 Mar 2014 08:36:40 +0000 (+0200) Subject: usbcore: rename struct dev_state to struct usb_dev_state X-Git-Tag: v3.15-rc1~139^2~450 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b6f0c4b98171f2a354e1e461fefa90ec2baafa6;p=pandora-kernel.git usbcore: rename struct dev_state to struct usb_dev_state 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed