]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/media/tuners/tda18218.h
Merge branch 'topic/hda' into for-next
[karo-tx-linux.git] / drivers / media / tuners / tda18218.h
index 366410e0cc9a2dc5fdedc8ea584a30710b7c4346..1eacb4f84e937d5adbc819b28b794c9aa3b40540 100644 (file)
@@ -30,7 +30,7 @@ struct tda18218_config {
        u8 loop_through:1;
 };
 
-#if IS_ENABLED(CONFIG_MEDIA_TUNER_TDA18218)
+#if IS_REACHABLE(CONFIG_MEDIA_TUNER_TDA18218)
 extern struct dvb_frontend *tda18218_attach(struct dvb_frontend *fe,
        struct i2c_adapter *i2c, struct tda18218_config *cfg);
 #else