OSDN Git Service

staging: dt3155v4l: make q_ops static
authorKristina Martšenko <kristina.martsenko@gmail.com>
Fri, 14 Mar 2014 15:20:17 +0000 (17:20 +0200)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Mon, 17 Mar 2014 01:27:48 +0000 (18:27 -0700)
commit5ae7437ead7b9322a085b7116b6f785573e84c96
treedefc49fe331a21049c14cc375717825212f3b9d4
parente054e2a7280dd8d1249684a69fb2fd44be997710
staging: dt3155v4l: make q_ops static

Since q_ops is only referenced in dt3155v4l.c, mark it as static.

This removes the following sparse warning:
drivers/staging/media/dt3155v4l//dt3155v4l.c:302:22: warning: symbol 'q_ops' was not declared. Should it be static?

Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
drivers/staging/media/dt3155v4l/dt3155v4l.c