aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/ec100.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/ec100.h')
-rw-r--r--drivers/media/dvb-frontends/ec100.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/ec100.h b/drivers/media/dvb-frontends/ec100.h
index 37558403068d..9544bab5cd1d 100644
--- a/drivers/media/dvb-frontends/ec100.h
+++ b/drivers/media/dvb-frontends/ec100.h
@@ -31,7 +31,7 @@ struct ec100_config {
};
-#if IS_ENABLED(CONFIG_DVB_EC100)
+#if IS_REACHABLE(CONFIG_DVB_EC100)
extern struct dvb_frontend *ec100_attach(const struct ec100_config *config,
struct i2c_adapter *i2c);
#else