[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1394440601-13573-1-git-send-email-valentina.manea.m@gmail.com>
Date: Mon, 10 Mar 2014 10:36:39 +0200
From: Valentina Manea <valentina.manea.m@...il.com>
To: gregkh@...uxfoundation.org
Cc: tulinizer@...il.com, stern@...land.harvard.edu,
mail@...ermatthias.de, hdegoede@...hat.com, f.manzan@...il.com,
kurt@...loff.de, linux-usb@...r.kernel.org,
linux-kernel@...r.kernel.org, firefly@...ts.rosedu.org,
andy.grover@...il.com,
Valentina Manea <valentina.manea.m@...il.com>
Subject: [PATCH 0/2] 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 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists