V4L/DVB (13614): dib0090: Fix compilation when module is not selected
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 11 Dec 2009 12:29:57 +0000 (09:29 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 16 Dec 2009 02:18:43 +0000 (00:18 -0200)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/frontends/dib0090.h

index 83cc8ae9ba3e6940266938893fcde052eee1651b..24ab5bf69d5098d18109cd41c7dd7585cf19cfcf 100644 (file)
@@ -100,11 +100,6 @@ static inline int dib0090_set_tune_state(struct dvb_frontend *fe, enum frontend_
        return -ENODEV;
 }
 
-static inline num frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe)
-{
-       printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
-return CT_SHUTDOWN,}
-
 static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16 * rflt)
 {
        printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);