usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor
authorRoland Stigge <stigge@antcom.de>
Mon, 20 Aug 2012 08:30:13 +0000 (10:30 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 31 Aug 2012 09:41:21 +0000 (12:41 +0300)
commit78ca9139736f059b70bd797b01227271e0efa681
tree7d892b6fcd34a0e9a6ceff69ad986c8d1f9e6c8a
parent252d8cec49a79d26fafb845337dd16e5e1012c1b
usb: gadget: lpc32xx_udc: Remove usb_endpoint_descriptor

This patch removes the utilization of struct usb_endpoint_descriptor, as done
by other drivers also. This was done on request by the USB gadget maintainers,
since this API is obsoleted.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/lpc32xx_udc.c