|
@@ -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;
|