mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
07e8c30da9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
28 lines
808 B
Diff
28 lines
808 B
Diff
From 70e40e24f3da31a0c29f6f6042da9a085aa9ba7f Mon Sep 17 00:00:00 2001
|
|
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Date: Fri, 19 Nov 2010 15:20:06 +0100
|
|
Subject: [PATCH 33/43] v4l: Include linux/videodev2.h in media/v4l2-ctrls.h
|
|
|
|
The later makes extensive use of structures defined in the former.
|
|
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
---
|
|
include/media/v4l2-ctrls.h | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h
|
|
index 9b7bea9..3b133b7 100644
|
|
--- a/include/media/v4l2-ctrls.h
|
|
+++ b/include/media/v4l2-ctrls.h
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#include <linux/list.h>
|
|
#include <linux/device.h>
|
|
+#include <linux/videodev2.h>
|
|
|
|
/* forward references */
|
|
struct v4l2_ctrl_handler;
|
|
--
|
|
1.6.6.1
|
|
|