[media] saa7164-core: declare symbols as static
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 24 Sep 2014 17:06:25 +0000 (14:06 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 26 Sep 2014 09:47:54 +0000 (06:47 -0300)
commit5a9ff85dc176e80c6fb7067dcb807c5e3ff7a913
treec4cb086317e83dfd705aa0a0afea5c36093e06fa
parent87f4ebcd0693f6de14f60cf7bf9821a005b5850f
[media] saa7164-core: declare symbols as static

Those symbols are used only at saa7164-core.

drivers/media/pci/saa7164/saa7164-core.c:55:14: warning: symbol 'fw_debug' was not declared. Should it be static?
drivers/media/pci/saa7164/saa7164-core.c:75:14: warning: symbol 'print_histogram' was not declared. Should it be static?
drivers/media/pci/saa7164/saa7164-core.c:83:14: warning: symbol 'guard_checking' was not declared. Should it be static?

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/pci/saa7164/saa7164-core.c
This page took 0.049743 seconds and 5 git commands to generate.