include: rk_vcm_head.h fixed compile error

Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
Change-Id: Icf9094d096347bae974718a9be31c5137ba127a3
This commit is contained in:
Zefa Chen
2021-11-17 19:08:22 +08:00
committed by Tao Huang
parent 821201ff6a
commit 342bda4075

View File

@@ -95,13 +95,13 @@ struct rk_cam_set_zoom {
};
struct rk_cam_vcm_tim {
struct timeval vcm_start_t;
struct timeval vcm_end_t;
struct __kernel_old_timeval vcm_start_t;
struct __kernel_old_timeval vcm_end_t;
};
struct rk_cam_compat_vcm_tim {
struct compat_timeval vcm_start_t;
struct compat_timeval vcm_end_t;
struct old_timeval32 vcm_start_t;
struct old_timeval32 vcm_end_t;
};
struct rk_cam_vcm_cfg {