diff options
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 |