From: Andrzej Pietrasiewicz Date: Thu, 21 Mar 2013 14:33:42 +0000 (+0100) Subject: usb: gadget: f_obex: convert to new function interface with backward compatibility X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d8fc2518c1cddef0902b0a2c51946732a0982fc;p=pandora-kernel.git usb: gadget: f_obex: convert to new function interface with backward compatibility Converting f_obex to the new function interface requires converting the f_obex's function code and its users. This patch converts the f_obex.c to the new function interface. The file is now compiled into a separate usb_f_obex.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