From: Andrzej Pietrasiewicz Date: Thu, 16 Oct 2014 11:33:27 +0000 (+0200) Subject: usb: gadget: f_midi: convert to new function interface with backward compatibility X-Git-Tag: omap-for-v3.20/drop-legacy-3517~84^2~32^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b85e9de9e818de0dcbc50b7b4242192eb6194855;p=pandora-kernel.git usb: gadget: f_midi: convert to new function interface with backward compatibility Converting midi to the new function interface requires converting the USB midi's function code and its users. This patch converts the f_midi.c to the new function interface. The file can now be compiled into a separate usb_f_midi.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: Felipe Balbi --- Reading git-diff-tree failed