aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/hd29l2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/hd29l2.h')
-rw-r--r--drivers/media/dvb-frontends/hd29l2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/hd29l2.h b/drivers/media/dvb-frontends/hd29l2.h
index 05cd13028a91..48e9ab74c883 100644
--- a/drivers/media/dvb-frontends/hd29l2.h
+++ b/drivers/media/dvb-frontends/hd29l2.h
@@ -51,7 +51,7 @@ struct hd29l2_config {
};
-#if IS_ENABLED(CONFIG_DVB_HD29L2)
+#if IS_REACHABLE(CONFIG_DVB_HD29L2)
extern struct dvb_frontend *hd29l2_attach(const struct hd29l2_config *config,
struct i2c_adapter *i2c);
#else