aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/xc5000.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/tuners/xc5000.h')
-rw-r--r--drivers/media/tuners/xc5000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/tuners/xc5000.h b/drivers/media/tuners/xc5000.h
index 6aa534f17a30..00ba29e21fb9 100644
--- a/drivers/media/tuners/xc5000.h
+++ b/drivers/media/tuners/xc5000.h
@@ -58,7 +58,7 @@ struct xc5000_config {
* it's passed back to a bridge during tuner_callback().
*/
-#if IS_ENABLED(CONFIG_MEDIA_TUNER_XC5000)
+#if IS_REACHABLE(CONFIG_MEDIA_TUNER_XC5000)
extern struct dvb_frontend *xc5000_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c,
const struct xc5000_config *cfg);