]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] s5p-jpeg: Make s5p_jpeg_g_selection function static
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 10 May 2012 06:38:40 +0000 (03:38 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 20 May 2012 12:04:13 +0000 (09:04 -0300)
Makes the function s5p_jpeg_g_selection static (detected by sparse).

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/s5p-jpeg/jpeg-core.c

index ecf7b0b04c78065261f0a19cf83e24bbea77586d..2d7dd8ac73f38af008fd7f3c039ce99f9ceb6930 100644 (file)
@@ -813,7 +813,7 @@ static int s5p_jpeg_streamoff(struct file *file, void *priv,
        return v4l2_m2m_streamoff(file, ctx->m2m_ctx, type);
 }
 
-int s5p_jpeg_g_selection(struct file *file, void *priv,
+static int s5p_jpeg_g_selection(struct file *file, void *priv,
                         struct v4l2_selection *s)
 {
        struct s5p_jpeg_ctx *ctx = fh_to_ctx(priv);