From: Sebastian Andrzej Siewior Date: Sun, 23 Dec 2012 20:10:07 +0000 (+0100) Subject: usb: gadget: f_acm: convert to new function interface with backwards compatibility X-Git-Tag: v3.9-rc1~126^2~43^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff47f59467388104d369a441aa6996d257343775;p=pandora-kernel.git usb: gadget: f_acm: convert to new function interface with backwards compatibility This patch converts f_acm into a module which uses the new function interface. It also converts one of its users that is g_serial to make use of it. The other users of it (g_nokia for instance) are still using the old include file system and should not notice the change at all. So they can be converter later independently. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed