USB: export video.h to the includes available for userspace
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 28 Jan 2011 09:23:57 +0000 (06:23 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 24 Sep 2011 02:07:26 +0000 (23:07 -0300)
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>
include/linux/usb/Kbuild

index ed91fb6..b607f35 100644 (file)
@@ -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