]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (4850): Lgh06xf: fix compiler error when not selected
authorMichael Krufky <mkrufky@linuxtv.org>
Mon, 20 Nov 2006 01:58:19 +0000 (22:58 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 10 Dec 2006 10:51:34 +0000 (08:51 -0200)
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>
drivers/media/dvb/frontends/lgh06xf.h

index 41c41fc59be111f61902378a116b2ce3250df885..510b4bedfb24c1e677d7d7325d65a7cbc27e2759 100644 (file)
@@ -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;