From 5ae7437ead7b9322a085b7116b6f785573e84c96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristina=20Mart=C5=A1enko?= Date: Fri, 14 Mar 2014 17:20:17 +0200 Subject: [PATCH] staging: dt3155v4l: make q_ops static MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Peter P Waskiewicz Jr --- Reading git-format-patch failed