[linux-dvb] [PATCH] Compiler error in tda18271.h
Andrea
mariofutire at googlemail.com
Wed Dec 12 21:11:03 CET 2007
One of the last commits has broken this header file.
http://linuxtv.org/hg/v4l-dvb/rev/bbbc4fc359e9
diff -r d9e0f35279d4 linux/drivers/media/dvb/frontends/tda18271.h
--- a/linux/drivers/media/dvb/frontends/tda18271.h Wed Dec 12 00:40:19 2007 -0200
+++ b/linux/drivers/media/dvb/frontends/tda18271.h Wed Dec 12 20:09:20 2007 +0000
@@ -38,7 +38,7 @@ static inline struct dvb_frontend *tda18
static inline struct dvb_frontend *tda18271_attach(struct dvb_frontend *fe,
u8 addr,
struct i2c_adapter *i2c,
- enum tda18271_i2c_gate gate);
+ enum tda18271_i2c_gate gate)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__);
return NULL;
More information about the linux-dvb
mailing list