From 7a8741d0f570ecc7f9033472898c0da2958da421 Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Mon, 2 Jul 2012 16:58:13 +0800 Subject: [PATCH] ENGR00215531-3 V4L2:OV5640:Correct sensor data attribute This patch corrects sensor data struct by adding static attribute. Signed-off-by: Liu Ying --- drivers/media/video/mxc/capture/ov5640.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/video/mxc/capture/ov5640.c b/drivers/media/video/mxc/capture/ov5640.c index c2dfe314c65d..f73e4f1eece0 100644 --- a/drivers/media/video/mxc/capture/ov5640.c +++ b/drivers/media/video/mxc/capture/ov5640.c @@ -78,7 +78,7 @@ struct ov5640_mode_info { /*! * Maintains the information on the current state of the sesor. */ -struct sensor_data ov5640_data; +static struct sensor_data ov5640_data; static struct reg_value ov5640_setting_15fps_QSXGA_2592_1944[] = { {0x3103, 0x11, 0, 0}, {0x3008, 0x82, 0, 0}, {0x3008, 0x42, 0, 0}, -- 2.39.5