aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/drxd.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/drxd.h')
-rw-r--r--drivers/media/dvb-frontends/drxd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/drxd.h b/drivers/media/dvb-frontends/drxd.h
index d998e4d5a7fc..a47c22d6667e 100644
--- a/drivers/media/dvb-frontends/drxd.h
+++ b/drivers/media/dvb-frontends/drxd.h
@@ -52,7 +52,7 @@ struct drxd_config {
s16(*osc_deviation) (void *priv, s16 dev, int flag);
};
-#if IS_ENABLED(CONFIG_DVB_DRXD)
+#if IS_REACHABLE(CONFIG_DVB_DRXD)
extern
struct dvb_frontend *drxd_attach(const struct drxd_config *config,
void *priv, struct i2c_adapter *i2c,