usb: gadget: move loopback's config descriptor out of f_loopback
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Sun, 23 Dec 2012 20:09:59 +0000 (21:09 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 21 Jan 2013 18:52:39 +0000 (20:52 +0200)
commit78f46f09a80a39fe646fe415a21435f2a05df6c2
treea1d2fab9c2dd25891751acd419778a023fa7b3c0
parenteeae54075ce3491968e9282cbb44f6a06b306b66
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>
drivers/usb/gadget/f_loopback.c
drivers/usb/gadget/g_zero.h
drivers/usb/gadget/zero.c