summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tuner-xc2028.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-01-28 22:11:19 +0000
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-28 22:11:19 +0000
commit2329b257936fc4fac065abf560327406469bbb57 (patch)
tree08a5d3a9a7c77a28aed5526c89806f4374d05a1c /linux/drivers/media/video/tuner-xc2028.c
parent9de1f43dd5943674395d5b4a53e7c0f3e58493e7 (diff)
downloadmediapointer-dvb-s2-2329b257936fc4fac065abf560327406469bbb57.tar.gz
mediapointer-dvb-s2-2329b257936fc4fac065abf560327406469bbb57.tar.bz2
tuner-xc2028.c: make a function static
From: Adrian Bunk <bunk@kernel.org> 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>
Diffstat (limited to 'linux/drivers/media/video/tuner-xc2028.c')
-rw-r--r--linux/drivers/media/video/tuner-xc2028.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/tuner-xc2028.c b/linux/drivers/media/video/tuner-xc2028.c
index 1700b97ea..9aed0aabb 100644
--- a/linux/drivers/media/video/tuner-xc2028.c
+++ b/linux/drivers/media/video/tuner-xc2028.c
@@ -160,7 +160,7 @@ static unsigned int xc2028_get_reg(struct xc2028_data *priv, u16 reg, u16 *val)
}
#define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0)
-void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq)
+static void dump_firm_type_and_int_freq(unsigned int type, u16 int_freq)
{
if (type & BASE)
printk("BASE ");