[firefly] [PATCH 0/2] Rename struct dev_state to struct usb_dev_state

Valentina Manea valentina.manea.m at gmail.com
Mon Mar 10 10:36:39 EET 2014


Since it is needed outside usbcore and exposed in include/linux/usb.h,
it conflicts with enum dev_state in rt2x00 wireless driver and breaks
the build.

Mark it as usb specific to avoid conflicts in the future and update
USB/IP to use the new name.

Valentina Manea (2):
  usbcore: rename struct dev_state to struct usb_dev_state
  staging: usbip: rename struct dev_state to usb_dev_state

 drivers/staging/usbip/stub_dev.c |   4 +-
 drivers/usb/core/devio.c         | 112 +++++++++++++++++++--------------------
 drivers/usb/core/hub.c           |  12 ++---
 drivers/usb/core/hub.h           |   2 +-
 drivers/usb/core/usb.h           |   4 +-
 include/linux/usb.h              |   6 +--
 6 files changed, 70 insertions(+), 70 deletions(-)

-- 
1.8.1.2



More information about the firefly mailing list