From: Mauro Carvalho Chehab Date: Wed, 24 Sep 2014 17:06:25 +0000 (-0300) Subject: [media] saa7164-core: declare symbols as static X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9ff85dc176e80c6fb7067dcb807c5e3ff7a913;p=pandora-kernel.git [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 --- Reading git-diff-tree failed