summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-01-28 10:23:57 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-09-24 04:07:26 +0200
commit1cd7acc4ef5459dd92d0d04430d353de0a54b393 (patch)
treef5c676c4b6da5209ffd3c0dd0ba8665526eecb8f /include
parent[media] uvcvideo: Add a mapping for H.264 payloads (diff)
downloadlinux-1cd7acc4ef5459dd92d0d04430d353de0a54b393.tar.xz
linux-1cd7acc4ef5459dd92d0d04430d353de0a54b393.zip
USB: export video.h to the includes available for userspace
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> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/Kbuild b/include/linux/usb/Kbuild
index ed91fb62674b..b607f3532e88 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