usb: dwc3: gadget: move set_xfer_resource() in place of prototype
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 9 Apr 2018 09:49:02 +0000 (12:49 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 21 May 2018 07:00:59 +0000 (10:00 +0300)
commit20d1d43fa09a6077cb25de464918fd67a83d61c3
tree0f6a7fe9ebca6adde79ede9184d780f1cbc3708e
parentb07c2db83f921edf492c7608c4d2c3d321e5e30f
usb: dwc3: gadget: move set_xfer_resource() in place of prototype

Instead of having a prototype for a function that's defined a few
lines down, let's just move definition to the place where prototype
was.

No functional changes, cleanup only.

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