From: Sebastian Andrzej Siewior Date: Sun, 23 Dec 2012 20:10:18 +0000 (+0100) Subject: usb: gadget: push tty port allocation from gadget into f_acm X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ed4ac198495895fd1620cba15184c3b2d399dc;p=pandora-kernel.git usb: gadget: push tty port allocation from gadget into f_acm It possible to allocate the tty port number within the "instance" structure of the function and there is no need to expose this information within the gadget and therefore it is removed here. This patch converts only f_acm and all its users. The other gadgets will follow once the function is converted to the function interface. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed