The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [2.6 patch] tuner-xc2028.c: make a function static
@ 2008-01-28 22:11 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2008-01-28 22:11 UTC (permalink / raw)
  To: Chris Pascoe, Mauro Carvalho Chehab; +Cc: v4l-dvb-maintainer, linux-kernel

dump_firm_type_and_int_freq() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
ca482dc248480ecc87fb342df548f086c3e67663 
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c
index f191f6a..33a51fa 100644
--- a/drivers/media/video/tuner-xc2028.c
+++ b/drivers/media/video/tuner-xc2028.c
@@ -145,7 +145,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 ");


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-28 22:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 22:11 [2.6 patch] tuner-xc2028.c: make a function static Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox