summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-11-19 22:58:19 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-10 08:51:34 -0200
commitfa4cdd0dc4c066a1a4df19005912bf453dc37b6d (patch)
tree833b4ed8587a3784dda42dd923900658ce0fed42 /drivers/media/dvb/frontends
parent2213918a99d6292767b6d4aae3e3f4b0520528a5 (diff)
downloadlinux-3.10-fa4cdd0dc4c066a1a4df19005912bf453dc37b6d.tar.gz
linux-3.10-fa4cdd0dc4c066a1a4df19005912bf453dc37b6d.tar.bz2
linux-3.10-fa4cdd0dc4c066a1a4df19005912bf453dc37b6d.zip
V4L/DVB (4850): Lgh06xf: fix compiler error when not selected
fix build error: lgh06xf.h:29: error: syntax error before '{' token Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r--drivers/media/dvb/frontends/lgh06xf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/lgh06xf.h b/drivers/media/dvb/frontends/lgh06xf.h
index 41c41fc59be..510b4bedfb2 100644
--- a/drivers/media/dvb/frontends/lgh06xf.h
+++ b/drivers/media/dvb/frontends/lgh06xf.h
@@ -25,7 +25,7 @@ extern struct dvb_frontend* lgh06xf_attach(struct dvb_frontend* fe,
struct i2c_adapter *i2c);
#else
static inline struct dvb_frontend* lgh06xf_attach(struct dvb_frontend* fe,
- struct i2c_adapter *i2c);
+ struct i2c_adapter *i2c)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__);
return NULL;