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