]> Pileus Git - ~andy/linux/commit
usb/storage: a couple defines from drivers/usb/storage/transport.h to include/linux...
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Sat, 25 Feb 2012 17:28:09 +0000 (18:28 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Feb 2012 19:05:18 +0000 (11:05 -0800)
commit7ac4704c099125214a4f0a4bd54ce94d15be2ffb
tree5d65763023c4446fe9b81a7c19562c28d22e3d64
parent0d8520a1d7f43328bc7085d4244d93c595064157
usb/storage: a couple defines from drivers/usb/storage/transport.h to include/linux/usb/storage.h

This moves the BOT data structures for CBW and CSW from drivers internal
header file to global include able file in include/.
The storage gadget is using the same name for CSW but a different for
CBW so I fix it up properly. The same goes for the ub driver and keucr
driver in staging.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/block/ub.c
drivers/staging/keucr/transport.h
drivers/usb/gadget/f_mass_storage.c
drivers/usb/gadget/file_storage.c
drivers/usb/gadget/storage_common.c
drivers/usb/storage/transport.h
include/linux/usb/storage.h