mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user