diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-11 07:29:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-15 21:18:43 -0500 |
commit | 865fbf20bed00d456556ecd4b4c9dadc45cba759 (patch) | |
tree | d445f6530d09e3d3d2770782b28e2a6a85ea553e /drivers/media/dvb/frontends | |
parent | 446e4a64d2f6efddc63a47169ba3c8037b620307 (diff) |
V4L/DVB (13614): dib0090: Fix compilation when module is not selected
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends')
-rw-r--r-- | drivers/media/dvb/frontends/dib0090.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/dvb/frontends/dib0090.h b/drivers/media/dvb/frontends/dib0090.h index 83cc8ae9ba3e..24ab5bf69d50 100644 --- a/drivers/media/dvb/frontends/dib0090.h +++ b/drivers/media/dvb/frontends/dib0090.h | |||
@@ -100,11 +100,6 @@ static inline int dib0090_set_tune_state(struct dvb_frontend *fe, enum frontend_ | |||
100 | return -ENODEV; | 100 | return -ENODEV; |
101 | } | 101 | } |
102 | 102 | ||
103 | static inline num frontend_tune_state dib0090_get_tune_state(struct dvb_frontend *fe) | ||
104 | { | ||
105 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); | ||
106 | return CT_SHUTDOWN,} | ||
107 | |||
108 | static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16 * rflt) | 103 | static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16 * rflt) |
109 | { | 104 | { |
110 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); | 105 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |