[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080128221119.GW8767@does.not.exist>
Date: Tue, 29 Jan 2008 00:11:19 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Chris Pascoe <c.pascoe@...e.uq.edu.au>,
Mauro Carvalho Chehab <mchehab@...radead.org>
Cc: v4l-dvb-maintainer@...uxtv.org, linux-kernel@...r.kernel.org
Subject: [2.6 patch] tuner-xc2028.c: make a function static
dump_firm_type_and_int_freq() can become static.
Signed-off-by: Adrian Bunk <bunk@...nel.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 ");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists