commit | c728effd56d35c12774210f0732b8eb8b7ce7cd9 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed May 23 18:49:43 2018 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Jul 26 13:40:34 2018 +0300 |
tree | 7441744cbd54abfc89667135acf489f39591d1d4 | |
parent | 0f548098af0f1a7e58e2bb9d8e1e994312c13a0f [diff] |
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>