commit | 284eb1663bed1fe0934d60755443504aeea011f8 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Mon May 21 11:28:52 2018 +0300 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Jul 26 13:33:44 2018 +0300 |
tree | 8aba35e5d03028e557dd0da9519149b0e0cf1330 | |
parent | d396e47fb558a819226955ce5db0149fde88da0f [diff] |
usb: gadget: uvc: Minimize #include in headers In order to speed up compilation, only include the headers that are strictly required within other headers. To that end, use forward structure declaration and move #include statements to .c file as appropriate. While at it, sort headers alphabetically, and remove unneeded __KERNEL__ guards. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>