From: Maciej Grela Date: Sat, 28 Feb 2009 20:39:20 +0000 (-0800) Subject: USB: usb-storage: added missing MODULE_LICENSE("GPL") for usb-storage ums-* modules X-Git-Tag: v2.6.30-rc1~670^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4246b06a33ebdd6593dccaab3aa01eb0c9f8c1c8;p=pandora-kernel.git USB: usb-storage: added missing MODULE_LICENSE("GPL") for usb-storage ums-* modules The lack of a MODULE_LICENSE macro in ums-* subdrivers prevented them from loading. Needs to be applied after Alan Stern's usb-storage subdriver separation patchset. Also added missing MODULE_DESCRIPTION and MODULE_AUTHOR entries. Signed-off-by: Maciej Grela Acked-by: Alan Stern Acked-by: Matthew Dharm Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed