aboutsummaryrefslogtreecommitdiff
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 7245cae19f0c..f746a97e90bb 100644
--- a/drivers/media/tuners/xc5000.h
+++ b/drivers/media/tuners/xc5000.h
@@ -57,7 +57,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);