From: Laurent Pinchart Date: Fri, 28 Jan 2011 09:23:57 +0000 (-0300) Subject: USB: export video.h to the includes available for userspace X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1cd7acc4ef5459dd92d0d04430d353de0a54b393;p=mv-sheeva.git 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/linux/usb/Kbuild b/include/linux/usb/Kbuild index ed91fb62674..b607f3532e8 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