From: Sebastian Andrzej Siewior Date: Sun, 23 Dec 2012 20:10:21 +0000 (+0100) Subject: usb: gadget: export composite's setup & disconnect function X-Git-Tag: v3.9-rc1~126^2~43^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d5a88990260d226a69acddf22c04f47c267b33a;p=pandora-kernel.git usb: gadget: export composite's setup & disconnect function The configfs can't use all of composite's hooks because ->bind() and ->unbind() has to be done a little differently. ->disconnect() and ->setup() on the hand can be recycled. This patch exports them both so configfs can use them. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed