Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (7114): tuner-xc2028.c: make a function static

dump_firm_type_and_int_freq() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Adrian Bunk and committed by
Mauro Carvalho Chehab
29bec0bf 763896c4

+1 -1
+1 -1
drivers/media/video/tuner-xc2028.c
··· 145 145 } 146 146 147 147 #define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0) 148 - void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) 148 + static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq) 149 149 { 150 150 if (type & BASE) 151 151 printk("BASE ");