Skip to content

Commit

Permalink
[media] timblogiw: Fix sparse warning
Browse files Browse the repository at this point in the history
Fixes the below warning:
drivers/media/platform/timblogiw.c:81:31: warning:
symbol 'timblogiw_tvnorms' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Mar 14, 2013
1 parent d9b7595 commit a9fc36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/timblogiw.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct timblogiw_buffer {
struct timblogiw_fh *fh;
};

const struct timblogiw_tvnorm timblogiw_tvnorms[] = {
static const struct timblogiw_tvnorm timblogiw_tvnorms[] = {
{
.std = V4L2_STD_PAL,
.width = 720,
Expand Down

0 comments on commit a9fc36a

Please sign in to comment.