summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjean charles mammana <x@x>2013-04-11 14:25:00 +0800
committerJohn Weber <rjohnweber@gmail.com>2013-07-28 23:45:36 -0500
commit4ce987a0b12eebadc87b88f036ffe09af3f058c4 (patch)
treeb105e97f05f585fb585d952f9a9c359b83d8d916
parent194d4c94a821fced74bf563fb817a8eb73a948e1 (diff)
downloadlinux-4ce987a0b12eebadc87b88f036ffe09af3f058c4.tar.gz
kernel header missing during installation
Some video application require the "usb/video.h" header. So here the patch to add it during the kernel header installation : (cherry picked from commit c97d13e34c4f3d466cb3404e83a782ca11d3cf41)
-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