From 4413b066ac2288cfbe3b232c65208fef4ce341b5 Mon Sep 17 00:00:00 2001 From: Liu Ying Date: Mon, 2 Jul 2012 16:58:57 +0800 Subject: [PATCH] ENGR00215531-4 V4L2:OV5640_mipi: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_mipi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/video/mxc/capture/ov5640_mipi.c b/drivers/media/video/mxc/capture/ov5640_mipi.c index 07c3e8104e0c..bc2e48032cbc 100644 --- a/drivers/media/video/mxc/capture/ov5640_mipi.c +++ b/drivers/media/video/mxc/capture/ov5640_mipi.c @@ -82,7 +82,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_init_setting_30fps_VGA[] = { -- 2.39.5