USB: Move USB Storage definitions to their own header file
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Thu, 7 Oct 2010 11:05:22 +0000 (13:05 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:21:50 +0000 (10:21 -0700)
commitae6d22fe1812ce8d40add3eb74ede9cfd2eae44f
tree473f4b03c22907be34e2d1e674ba3a9cb9a600b9
parent8fa7fd74ef398370383df276ca41082ba35aafd8
USB: Move USB Storage definitions to their own header file

The libusual header file is hard to use from code that isn't part
of libusual.  As the comment suggests, these definitions are moved to
their own header file, paralleling other USB classes.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
[mina86@mina86.com: updated to use USB_ prefix and added #include guard]
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
index 0000000..d7fc910
include/linux/usb/storage.h [new file with mode: 0644]
include/linux/usb_usual.h