aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/ix2505v.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/ix2505v.h')
-rw-r--r--drivers/media/dvb-frontends/ix2505v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/ix2505v.h b/drivers/media/dvb-frontends/ix2505v.h
index 1a735a75aa98..af107a2dd357 100644
--- a/drivers/media/dvb-frontends/ix2505v.h
+++ b/drivers/media/dvb-frontends/ix2505v.h
@@ -49,7 +49,7 @@ struct ix2505v_config {
};
-#if IS_ENABLED(CONFIG_DVB_IX2505V)
+#if IS_REACHABLE(CONFIG_DVB_IX2505V)
extern struct dvb_frontend *ix2505v_attach(struct dvb_frontend *fe,
const struct ix2505v_config *config, struct i2c_adapter *i2c);
#else