[5/5] USB: export video.h to the includes available for userspace
Commit Message
From: Marek Szyprowski <m.szyprowski@samsung.com>
The uvcvideo extension unit API requires constants defined in the
video.h header. Add it to the list of includes exported to userspace.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
include/linux/usb/Kbuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Comments
On Saturday 17 September 2011 17:34:02 Laurent Pinchart wrote:
> From: Marek Szyprowski <m.szyprowski@samsung.com>
I'm not sure how this From: line got there, I'll fix it.
> The uvcvideo extension unit API requires constants defined in the
> video.h header. Add it to the list of includes exported to userspace.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> include/linux/usb/Kbuild | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/linux/usb/Kbuild b/include/linux/usb/Kbuild
> index ed91fb6..b607f35 100644
> --- a/include/linux/usb/Kbuild
> +++ b/include/linux/usb/Kbuild
> @@ -7,3 +7,4 @@ header-y += gadgetfs.h
> header-y += midi.h
> header-y += g_printer.h
> header-y += tmc.h
> +header-y += video.h
@@ -7,3 +7,4 @@ header-y += gadgetfs.h
header-y += midi.h
header-y += g_printer.h
header-y += tmc.h
+header-y += video.h