]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
[media] em28xx: make 'em28xx_ctrl_ops' static
authorFengguang Wu <fengguang.wu@intel.com>
Tue, 7 Jan 2014 15:50:47 +0000 (12:50 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 14 Jan 2014 21:22:34 +0000 (19:22 -0200)
sparse warnings: (new ones prefixed by >>)

>> drivers/media/usb/em28xx/em28xx-video.c:1151:28: sparse: symbol 'em28xx_ctrl_ops' was not declared. Should it be static?

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/em28xx/em28xx-video.c

index aabcafbdab46cdc025b5fbbccca447c9631d22dd..36b69cbf36c7095a4d79961650b84ef35338df07 100644 (file)
@@ -1147,7 +1147,7 @@ static int em28xx_s_ctrl(struct v4l2_ctrl *ctrl)
        return (ret < 0) ? ret : 0;
 }
 
-const struct v4l2_ctrl_ops em28xx_ctrl_ops = {
+static const struct v4l2_ctrl_ops em28xx_ctrl_ops = {
        .s_ctrl = em28xx_s_ctrl,
 };