]> git.baikalelectronics.ru Git - kernel.git/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)
commit9ef317795b4f3aadc2b880a0b505c3bb42607fd8
tree5d65763023c4446fe9b81a7c19562c28d22e3d64
parente6faf6fa2e8a641455994ee5af495ad505353f03
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