|
@@ -46,8 +46,8 @@ extern struct dvb_frontend *horus3a_attach(struct dvb_frontend *fe,
|
|
const struct horus3a_config *config,
|
|
const struct horus3a_config *config,
|
|
struct i2c_adapter *i2c);
|
|
struct i2c_adapter *i2c);
|
|
#else
|
|
#else
|
|
-static inline struct dvb_frontend *horus3a_attach(
|
|
|
|
- const struct cxd2820r_config *config,
|
|
|
|
|
|
+static inline struct dvb_frontend *horus3a_attach(struct dvb_frontend *fe,
|
|
|
|
+ const struct horus3a_config *config,
|
|
struct i2c_adapter *i2c)
|
|
struct i2c_adapter *i2c)
|
|
{
|
|
{
|
|
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
|
|
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
|