From: Michal Nazarewicz Date: Wed, 28 Oct 2009 15:57:20 +0000 (+0100) Subject: USB: g_mass_storage: parts of fsg_dev moved to fsg_common structure X-Git-Tag: v2.6.33-rc1~315^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a41ae4180e5403a68469420806c318e1a0c32248;p=pandora-kernel.git USB: g_mass_storage: parts of fsg_dev moved to fsg_common structure In the final version, many fsg_dev structures will (be able to) refer to a single fsg_common structure and so it is required to move common data to another object which can be shared. Situation where many fsg_dev structures refer single fsg_common structure is when a single instance of MSF is used in several USB configurations. Signed-off-by: Michal Nazarewicz Cc: David Brownell Cc: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed