]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (6892): xc5000: fix build when DVB_TUNER_XC5000 is disabled
authorMichael Krufky <mkrufky@linuxtv.org>
Fri, 21 Dec 2007 19:00:45 +0000 (16:00 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:14 +0000 (19:04 -0200)
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/xc5000.h

index 9286a03822c19003100fd97277abbf74416517e8..941b319481330443c0c1fa2ab00cba6f0aeefb1e 100644 (file)
@@ -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;