]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6d2378c8ff345fdf4ae0179150eb05974835e5b3
tree473f4b03c22907be34e2d1e674ba3a9cb9a600b9
parente55be78dd4850f69465dd515105fc976fa9e90eb
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