[5/5] USB: export video.h to the includes available for userspace

Message ID 1316273642-3624-5-git-send-email-laurent.pinchart@ideasonboard.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

Laurent Pinchart Sept. 17, 2011, 3:34 p.m. UTC
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

Laurent Pinchart Sept. 17, 2011, 4:24 p.m. UTC | #1
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
  

Patch

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