Message ID | 20180220052223.GA27152@lkp-sb04 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/media/i2c/ov772x.c b/drivers/media/i2c/ov772x.c index eba71d97..0d8ce2a 100644 --- a/drivers/media/i2c/ov772x.c +++ b/drivers/media/i2c/ov772x.c @@ -532,7 +532,7 @@ static const struct ov772x_win_size ov772x_win_sizes[] = { /* * frame rate settings lists */ -unsigned int ov772x_frame_intervals[] = { 5, 10, 15, 20, 30, 60 }; +static unsigned int ov772x_frame_intervals[] = { 5, 10, 15, 20, 30, 60 }; #define OV772X_N_FRAME_INTERVALS ARRAY_SIZE(ov772x_frame_intervals) /*
Fixes: 42b7d5be5f1f ("media: i2c: ov772x: Support frame interval handling") Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- ov772x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)