From: Andrzej Pietrasiewicz Date: Wed, 9 Oct 2013 08:06:01 +0000 (+0200) Subject: usb: gadget: f_mass_storage: convert to new function interface with backward compatib... X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~22^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5eaa0dc4866181aff655ef3f94cd990172b751f;p=pandora-kernel.git usb: gadget: f_mass_storage: convert to new function interface with backward compatibility Converting mass storage to the new function interface requires converting the USB mass storage's function code and its users. This patch converts the f_mass_storage.c to the new function interface. The file is now compiled into a separate usb_f_mass_storage.ko module. The old function interface is provided by means of a preprocessor conditional directives. After all users are converted, the old interface can be removed. Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Kyungmin Park Acked-by: Michal Nazarewicz Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed