summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2011-09-14 10:31:41 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:23:44 +0800
commitb343e5e042d90f60ebdf6703e996ba453fe98d4d (patch)
treeffdfc10d5a13cc42fa1eca80467f12a7398cebd3 /drivers/media
parent1dfd70597732e813b28b4eda8590762f6ab526b8 (diff)
ENGR00156673-3 ipuv3: move mach related definition to mach dir
for driver files. Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/mxc/output/mxc_v4l2_output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mxc/output/mxc_v4l2_output.h b/drivers/media/video/mxc/output/mxc_v4l2_output.h
index f1dc4800ed9a..6ab0a4a990b0 100644
--- a/drivers/media/video/mxc/output/mxc_v4l2_output.h
+++ b/drivers/media/video/mxc/output/mxc_v4l2_output.h
@@ -30,9 +30,9 @@
#ifdef __KERNEL__
-#include <linux/ipu.h>
#include <linux/mxc_v4l2.h>
#include <linux/videodev2.h>
+#include <mach/ipu-v3.h>
#define MIN_FRAME_NUM 2
#define MAX_FRAME_NUM 30