diff options
author | Jason Chen <b02280@freescale.com> | 2011-09-14 10:31:41 +0800 |
---|---|---|
committer | Jason Chen <b02280@freescale.com> | 2011-09-14 15:25:03 +0800 |
commit | 7f21c9cf4ce995653062b1f827c1481cbe7ed309 (patch) | |
tree | a2eaba4755ea91d420fc0638f950ac3d7130530e /drivers/media | |
parent | 81fd1f01c79c6b4c50630df48b3f9ce6546c4178 (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.h | 2 |
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 |