summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/cxd2099/cxd2099.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/media/cxd2099/cxd2099.h')
-rw-r--r--drivers/staging/media/cxd2099/cxd2099.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/drivers/staging/media/cxd2099/cxd2099.h b/drivers/staging/media/cxd2099/cxd2099.h
index 253e3155..679e875 100644
--- a/drivers/staging/media/cxd2099/cxd2099.h
+++ b/drivers/staging/media/cxd2099/cxd2099.h
@@ -25,14 +25,12 @@ struct cxd2099_cfg {
u8 clock_mode;
u32 max_i2c;
-};
-#if defined(CONFIG_DVB_CXD2099) || \
- (defined(CONFIG_DVB_CXD2099_MODULE) && defined(MODULE))
-struct dvb_ca_en50221 *cxd2099_attach(struct cxd2099_cfg *cfg,
- void *priv, struct i2c_adapter *i2c);
-#else
+ /* ptr to DVB CA struct */
+ struct dvb_ca_en50221 **en;
+};
+/* TODO: remove when done */
static inline struct
dvb_ca_en50221 *cxd2099_attach(struct cxd2099_cfg *cfg, void *priv,
struct i2c_adapter *i2c)
@@ -40,6 +38,5 @@ dvb_ca_en50221 *cxd2099_attach(struct cxd2099_cfg *cfg, void *priv,
dev_warn(&i2c->dev, "%s: driver disabled by Kconfig\n", __func__);
return NULL;
}
-#endif
#endif
OpenPOWER on IntegriCloud