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>
This commit is contained in:

committed by
Felipe Balbi

parent
d396e47fb5
commit
284eb1663b
@@ -9,10 +9,7 @@
|
||||
#ifndef _F_UVC_H_
|
||||
#define _F_UVC_H_
|
||||
|
||||
#include <linux/usb/composite.h>
|
||||
#include <linux/usb/video.h>
|
||||
|
||||
#include "uvc.h"
|
||||
struct uvc_device;
|
||||
|
||||
void uvc_function_setup_continue(struct uvc_device *uvc);
|
||||
|
||||
@@ -21,4 +18,3 @@ void uvc_function_connect(struct uvc_device *uvc);
|
||||
void uvc_function_disconnect(struct uvc_device *uvc);
|
||||
|
||||
#endif /* _F_UVC_H_ */
|
||||
|
||||
|
Reference in New Issue
Block a user