aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/xc5000.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-12-21 16:00:45 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:14 -0200
commitfb6d8e2c7fe1667d8ce057e333b18deb91191be5 (patch)
tree0698fca371a5cc8f2089179a46643c100c069380 /drivers/media/dvb/frontends/xc5000.h
parentV4L/DVB (6890): tda18271: fix typo in RF tracking filter calibration (diff)
downloadlinux-dev-fb6d8e2c7fe1667d8ce057e333b18deb91191be5.tar.xz
linux-dev-fb6d8e2c7fe1667d8ce057e333b18deb91191be5.zip
V4L/DVB (6892): xc5000: fix build when DVB_TUNER_XC5000 is disabled
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/dvb/frontends/xc5000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/xc5000.h b/drivers/media/dvb/frontends/xc5000.h
index 9286a03822c1..941b31948133 100644
--- a/drivers/media/dvb/frontends/xc5000.h
+++ b/drivers/media/dvb/frontends/xc5000.h
@@ -42,7 +42,7 @@ extern struct dvb_frontend* xc5000_attach(struct dvb_frontend *fe,
#else
static inline struct dvb_frontend* xc5000_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c,
- struct xc5000_config *cfg);
+ struct xc5000_config *cfg)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__);
return NULL;