usb: gadget: uvc: configfs: Move function to avoid forward declaration
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 23 May 2018 15:49:43 +0000 (18:49 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 26 Jul 2018 10:40:34 +0000 (13:40 +0300)
commitc728effd56d35c12774210f0732b8eb8b7ce7cd9
tree7441744cbd54abfc89667135acf489f39591d1d4
parent0f548098af0f1a7e58e2bb9d8e1e994312c13a0f
usb: gadget: uvc: configfs: Move function to avoid forward declaration

The to_f_uvc_opts() function is forward-declared without needing to, as
its definition can simply be moved up in the file. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/function/uvc_configfs.c