From: Andrzej Pietrasiewicz Date: Thu, 23 May 2013 08:51:11 +0000 (+0200) Subject: usb: gadget: f_phonet: convert to new function interface with backward compatibility X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~60^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcbdf12ebef73a6069e2a1aada1e546fb578a4aa;p=pandora-kernel.git usb: gadget: f_phonet: convert to new function interface with backward compatibility Converting f_phonet to the new function interface requires converting the f_phonet's function code and its users. This patch converts the f_phonet.c to the new function interface. The file is now compiled into a separate usb_f_phonet.ko module. The old function interface is provided by means of preprocessor conditional directives. After all users are converted, the old interface can be removed. Signed-off-by: Andrzej Pietrasiewicz Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed