summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2013-12-04 14:53:23 -0800
committerChristopher Ferris <cferris@google.com>2013-12-04 14:53:23 -0800
commit0dd00e7b38b410dfbc9d9886f5d259b338a60bb1 (patch)
tree52abae048eae182e8a94722401f8522f47043ab0 /include
parentf6cd695569049d5621a54ffaf62409681101f339 (diff)
downloadexynos5-0dd00e7b38b410dfbc9d9886f5d259b338a60bb1.tar.gz
Move videodev2.h to include/linux.
Modify all places that include the local header file videodev2.h to change to include linux/videodev2.h. This is a special version of a kernel header file that needs to override the one found in the bionic kernel headers. Change-Id: Ia9aeaf88b477b252e5bbb8fb9655a68b6042e183
Diffstat (limited to 'include')
-rw-r--r--include/ExynosCamera.h2
-rw-r--r--include/ExynosJpegApi.h2
-rw-r--r--include/exynos_v4l2.h2
-rw-r--r--include/linux/videodev2.h (renamed from include/videodev2.h)0
-rw-r--r--include/s5p_fimc_v4l2.h2
-rw-r--r--include/s5p_tvout_v4l2.h2
6 files changed, 5 insertions, 5 deletions
diff --git a/include/ExynosCamera.h b/include/ExynosCamera.h
index 0d28021..3a91f04 100644
--- a/include/ExynosCamera.h
+++ b/include/ExynosCamera.h
@@ -56,7 +56,7 @@
#include <sys/stat.h>
#include <sys/types.h>
-#include <videodev2.h>
+#include <linux/videodev2.h>
#include <videodev2_exynos_camera.h>
#include <linux/vt.h>
diff --git a/include/ExynosJpegApi.h b/include/ExynosJpegApi.h
index dbbd188..e54dcde 100644
--- a/include/ExynosJpegApi.h
+++ b/include/ExynosJpegApi.h
@@ -18,7 +18,7 @@
#ifndef __EXYNOS_JPEG_BASE_H__
#define __EXYNOS_JPEG_BASE_H__
-#include "videodev2.h"
+#include <linux/videodev2.h>
#include "videodev2_exynos_media.h"
#define JPEG_CACHE_OFF (0)
diff --git a/include/exynos_v4l2.h b/include/exynos_v4l2.h
index 22c06ce..bd297a1 100644
--- a/include/exynos_v4l2.h
+++ b/include/exynos_v4l2.h
@@ -41,7 +41,7 @@ extern "C" {
/* V4L2 */
#include <stdbool.h>
-#include "videodev2.h" /* vendor specific videodev2.h */
+#include <linux/videodev2.h> /* vendor specific videodev2.h */
#include "videodev2_exynos_media.h"
/*! \ingroup exynos_v4l2 */
diff --git a/include/videodev2.h b/include/linux/videodev2.h
index c1c8cd0..c1c8cd0 100644
--- a/include/videodev2.h
+++ b/include/linux/videodev2.h
diff --git a/include/s5p_fimc_v4l2.h b/include/s5p_fimc_v4l2.h
index d0c5d5f..1a06ef9 100644
--- a/include/s5p_fimc_v4l2.h
+++ b/include/s5p_fimc_v4l2.h
@@ -20,7 +20,7 @@
#ifndef _S5P_FIMC_H_
#define _S5P_FIMC_H_
-#include "videodev2.h"
+#include <linux/videodev2.h>
#include "videodev2_exynos_media.h"
/*
diff --git a/include/s5p_tvout_v4l2.h b/include/s5p_tvout_v4l2.h
index d11db09..d3c5129 100644
--- a/include/s5p_tvout_v4l2.h
+++ b/include/s5p_tvout_v4l2.h
@@ -19,7 +19,7 @@
#include <linux/fb.h>
-#include "videodev2.h"
+#include <linux/videodev2.h>
#include "videodev2_exynos_media.h"
#ifdef __cplusplus