projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478ab9b
)
uapi: add missing exynos camera interface header
54/135454/1
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Thu, 22 Jun 2017 09:16:42 +0000
(18:16 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Thu, 22 Jun 2017 09:45:00 +0000
(18:45 +0900)
The header videodev2_exynos_camera.h is required as uapi header,
but it is missed from install script. So this patch adds the
missing header.
Change-Id: I71b40de01c23ec210d1a9c8cea633116a41da8be
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
include/uapi/linux/Kbuild
patch
|
blob
|
history
diff --git
a/include/uapi/linux/Kbuild
b/include/uapi/linux/Kbuild
index fcf4200232aa2594e7c482061737b5000ce2e857..8247e3683da8de1e03e6109ac2d573b9193e66f8 100644
(file)
--- a/
include/uapi/linux/Kbuild
+++ b/
include/uapi/linux/Kbuild
@@
-426,6
+426,7
@@
header-y += v4l2-subdev.h
header-y += veth.h
header-y += vfio.h
header-y += vhost.h
+header-y += videodev2_exynos_camera.h
header-y += videodev2.h
header-y += virtio_9p.h
header-y += virtio_balloon.h