diff options
author | Sheng Nan <b38800@freescale.com> | 2012-10-12 16:47:28 +0800 |
---|---|---|
committer | Sheng Nan <b38800@freescale.com> | 2012-10-13 14:12:14 +0800 |
commit | 704a97ecad2c081038001de140d0f11fc4857cdb (patch) | |
tree | ede6377d1ad7934ff69a9712348be018734e0ba5 | |
parent | d3a74f37a7f1062b26fc0ea159c28aef7633f05b (diff) |
ENGR00229350 Capture: ov5640 mipi: duplicated define of static variable
remove duplicated definition of prev_sysclk
Signed-off-by: Sheng Nan <b38800@freescale.com>
-rw-r--r-- | drivers/media/video/mxc/capture/ov5640_mipi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/mxc/capture/ov5640_mipi.c b/drivers/media/video/mxc/capture/ov5640_mipi.c index cfb863ed5e9b..d5f0773109ac 100644 --- a/drivers/media/video/mxc/capture/ov5640_mipi.c +++ b/drivers/media/video/mxc/capture/ov5640_mipi.c @@ -705,7 +705,7 @@ static s32 ov5640_read_reg(u16 reg, u8 *val) return u8RdVal; } -static int prev_sysclk, prev_HTS, prev_sysclk; +static int prev_sysclk, prev_HTS; static int AE_low, AE_high, AE_Target = 52; static int XVCLK = 2200; |