diff options
-rw-r--r-- | drivers/media/video/tuner-xc2028.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index 50cf876f020f..8f4fdf70f7eb 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) | |||
145 | } | 145 | } |
146 | 146 | ||
147 | #define dump_firm_type(t) dump_firm_type_and_int_freq(t, 0) | 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 | if (type & BASE) | 150 | if (type & BASE) |
151 | printk("BASE "); | 151 | printk("BASE "); |