git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f7bb9
)
usbcore: rename struct dev_state to struct usb_dev_state
author
Valentina Manea
<valentina.manea.m@gmail.com>
Mon, 10 Mar 2014 08:36:40 +0000
(10:36 +0200)
committer
Greg 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