From: Márton Németh Date: Sat, 16 Jan 2010 17:35:03 +0000 (-0300) Subject: V4L/DVB: dib0090: cleanup dib0090_dcc_freq() X-Git-Tag: v2.6.34-rc1~280^2~187 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=43e3e6d9df13da0c82b99e1144de053043545894;p=~emulex%2Finfiniband.git V4L/DVB: dib0090: cleanup dib0090_dcc_freq() 'extern' is not needed at function definition. This will remove the following sparse warning (see "make C=1"): * function 'dib0090_dcc_freq' with external linkage has definition Signed-off-by: Márton Németh Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/dib0090.c b/drivers/media/dvb/frontends/dib0090.c index 614552709a6..7eac178f57b 100644 --- a/drivers/media/dvb/frontends/dib0090.c +++ b/drivers/media/dvb/frontends/dib0090.c @@ -283,7 +283,7 @@ static int dib0090_sleep(struct dvb_frontend *fe) return 0; } -extern void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) +void dib0090_dcc_freq(struct dvb_frontend *fe, u8 fast) { struct dib0090_state *state = fe->tuner_priv; if (fast)