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

2011-09-17 Thread Laurent Pinchart
From: Marek Szyprowski m.szyprow...@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.pinch...@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
-- 
1.7.3.4

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

2011-09-17 Thread Laurent Pinchart
On Saturday 17 September 2011 17:34:02 Laurent Pinchart wrote:
 From: Marek Szyprowski m.szyprow...@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.pinch...@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

-- 
Regards,

Laurent Pinchart
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html