projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
763896c
)
V4L/DVB (7114): tuner-xc2028.c: make a function static
author
Adrian Bunk
<bunk@kernel.org>
Tue, 22 Apr 2008 17:41:45 +0000
(14:41 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Thu, 24 Apr 2008 16:42:19 +0000
(13:42 -0300)
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>
drivers/media/video/tuner-xc2028.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/tuner-xc2028.c
b/drivers/media/video/tuner-xc2028.c
index 50cf876f020f40659929821f5c560fb58b5b8cbf..8f4fdf70f7eb3867984e0136009f7e59b4e888a4 100644
(file)
--- 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 ");