diff options
author | jean charles mammana <x@x> | 2013-04-11 14:25:00 +0800 |
---|---|---|
committer | Tapani <tapani@vmail.me> | 2013-04-11 17:03:16 +0800 |
commit | c97d13e34c4f3d466cb3404e83a782ca11d3cf41 (patch) | |
tree | a1231ae2424f7e63647699ec611fa3b7d70daf71 | |
parent | 64fee2d5ee42688a813a33b0d2f047f3dcc6b56f (diff) |
kernel header missing during installation3.0-wandboard-ts1
Some video application require the "usb/video.h" header.
So here the patch to add it during the kernel header installation :
-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 |