]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
[media] vpfe_standards[] can be static
authorFengguang Wu <fengguang.wu@intel.com>
Thu, 28 Aug 2014 01:12:43 +0000 (22:12 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 22 Sep 2014 22:19:23 +0000 (19:19 -0300)
make vpfe_standards[] static.

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/davinci/vpfe_capture.c

index c557eb5ebf6b5d11c57bbf15fe604306cef1a4c5..3ff817b80f22d7187a370611a460e6b202d56c3e 100644 (file)
@@ -125,7 +125,7 @@ static DEFINE_MUTEX(ccdc_lock);
 /* ccdc configuration */
 static struct ccdc_config *ccdc_cfg;
 
-const struct vpfe_standard vpfe_standards[] = {
+static const struct vpfe_standard vpfe_standards[] = {
        {V4L2_STD_525_60, 720, 480, {11, 10}, 1},
        {V4L2_STD_625_50, 720, 576, {54, 59}, 1},
 };