Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e10e007 authored by Jing Zhou's avatar Jing Zhou
Browse files

msm: camera: isp: Remove duplicated line



This change removes the duplicated line in the file.

Change-Id: Idcd42a72e83c060d8ecd625c88c42a6534e26eed
Signed-off-by: default avatarJing Zhou <jzhou70@codeaurora.org>
parent 3bddac09
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
static struct msm_sd_req_vb2_q vfe_vb2_ops;
static struct msm_isp_buf_mgr vfe_buf_mgr;
static struct msm_vfe_common_dev_data vfe_common_data;
static struct dual_vfe_resource dualvfe;

static const struct of_device_id msm_vfe_dt_match[] = {
	{
@@ -53,8 +54,6 @@ MODULE_DEVICE_TABLE(of, msm_vfe_dt_match);
#define OVERFLOW_BUFFER_LENGTH 64
static char stat_line[OVERFLOW_LENGTH];

static struct msm_isp_buf_mgr vfe_buf_mgr;
static struct dual_vfe_resource dualvfe;
struct msm_isp_statistics stats;
struct msm_isp_ub_info ub_info;