/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_uvc.h | diff 284eb1663bed1fe0934d60755443504aeea011f8 Mon May 21 03:28:52 CDT 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>
|
H A D | uvc_video.h | diff 284eb1663bed1fe0934d60755443504aeea011f8 Mon May 21 03:28:52 CDT 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>
|
H A D | u_uvc.h | diff 284eb1663bed1fe0934d60755443504aeea011f8 Mon May 21 03:28:52 CDT 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>
|
H A D | uvc_queue.h | diff 284eb1663bed1fe0934d60755443504aeea011f8 Mon May 21 03:28:52 CDT 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>
|
H A D | uvc.h | diff 284eb1663bed1fe0934d60755443504aeea011f8 Mon May 21 03:28:52 CDT 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>
|
H A D | uvc_v4l2.c | diff 284eb1663bed1fe0934d60755443504aeea011f8 Mon May 21 03:28:52 CDT 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>
|
H A D | f_uvc.c | diff 284eb1663bed1fe0934d60755443504aeea011f8 Mon May 21 03:28:52 CDT 2018 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>
|