aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/atbm8830.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/atbm8830.h')
-rw-r--r--drivers/media/dvb-frontends/atbm8830.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/atbm8830.h b/drivers/media/dvb-frontends/atbm8830.h
index 8e0ac98f8d08..5446d13fdfe8 100644
--- a/drivers/media/dvb-frontends/atbm8830.h
+++ b/drivers/media/dvb-frontends/atbm8830.h
@@ -61,7 +61,7 @@ struct atbm8830_config {
u8 agc_hold_loop;
};
-#if IS_ENABLED(CONFIG_DVB_ATBM8830)
+#if IS_REACHABLE(CONFIG_DVB_ATBM8830)
extern struct dvb_frontend *atbm8830_attach(const struct atbm8830_config *config,
struct i2c_adapter *i2c);
#else