commit | 78f46f09a80a39fe646fe415a21435f2a05df6c2 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Sun Dec 23 21:09:59 2012 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jan 21 20:52:39 2013 +0200 |
tree | a1d2fab9c2dd25891751acd419778a023fa7b3c0 | |
parent | eeae54075ce3491968e9282cbb44f6a06b306b66 [diff] |
usb: gadget: move loopback's config descriptor out of f_loopback f_loopback should only include the bare function but it also includes the config descriptor. This patch moves the config descriptor into zero.c, the only user of this function. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>