diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-01-28 06:23:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-23 23:07:26 -0300 |
commit | 1cd7acc4ef5459dd92d0d04430d353de0a54b393 (patch) | |
tree | f5c676c4b6da5209ffd3c0dd0ba8665526eecb8f /include/linux/usb | |
parent | 25ad8a8ddeeb26c77728c806a5f66608c9baa986 (diff) |
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/linux/usb')
-rw-r--r-- | 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 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 |