usb: dwc3: drop ev_buffs array
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 30 Mar 2016 06:37:03 +0000 (09:37 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 14 Apr 2016 06:24:39 +0000 (09:24 +0300)
commit696c8b1282205caa5206264449f80ef756f14ef7
tree7d34ac9940b479197c9b3bc77180f5d30b22f917
parent660e9bde74d6915227d7ee3485b11e5f52637b26
usb: dwc3: drop ev_buffs array

we will be using a single event buffer and that
renders ev_buffs array unnecessary. Let's remove it
in favor of a single pointer to a single event
buffer.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/core.h
drivers/usb/dwc3/gadget.c